home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HLPMAPI.PAK / MAPI.TOC (.txt) < prev   
Microsoft Windows Help File Content  |  1997-05-06  |  147KB  |  2,356 lines

  1. :Base mapi.HLP
  2. 0 Microsoft Win32 Messaging (MAPI) Reference
  3. 1 Legal Information=_mapi1book_Legal_Information_2
  4. 1 About the MAPI SDK
  5. 2 About the MAPI SDK=_mapi1book_About_the_MAPI_SDK
  6. 2 Intended Audience=_mapi1book_Intended_Audience
  7. 2 How This Document is Organized=_mapi1book_How_This_Document_is_Organized
  8. 2 Document Conventions=_mapi1book_Document_Conventions
  9. 2 For More Information=_mapi1book_For_More_Information
  10. 1 Quick Start Procedures
  11. 2 Quick Start Procedures=_mapi1book_Quick_Start_Procedures
  12. 2 Adding a Send Command to an Application=_mapi1book_Adding_a_Send_Command_to_an_Application
  13. 2 Adding Document Routing to an Application=_mapi1book_Adding_Document_Routing_to_an_Application
  14. 2 Creating a New Interpersonal (IPM) Message Class=_mapi1book_Creating_a_New_Interpersonal_IPM_Message_Class
  15. 2 Creating a New Interprocess (IPC) Message Class=_mapi1book_Creating_a_New_Interprocess_IPC_Message_Class
  16. 2 Creating and Configuring a Profile=_mapi1book_Creating_and_Configuring_a_Profile
  17. 2 Incorporating Formatted Text and Attachments=_mapi1book_Incorporating_Formatted_Text_and_Attachments
  18. 2 Finding a Message in a Message Store=_mapi1book_Finding_a_Message_in_a_Message_Store
  19. 2 Using Message Filtering to Manage Messages=_mapi1book_Using_Message_Filtering_to_Manage_Messages
  20. 2 Finding Information About a User in the Address Book=_mapi1book_Finding_Information_About_a_User_in_the_Address_Book
  21. 2 About the Sample Code and SDK Tools=_mapi1book_About_the_Sample_Code_and_SDK_Tools
  22. 1 Concepts and Architecture
  23. 2 Concepts and Architecture=_mapi1book_Concepts_and_Architecture
  24. 2 About MAPI Features=_mapi1book_About_MAPI_Features
  25. 2 About the MAPI Architecture=_mapi1book_About_the_MAPI_Architecture
  26. 2 About Client Applications=_mapi1book_About_Client_Applications
  27. 2 About the MAPI Subsystem=_mapi1book_About_the_MAPI_Subsystem
  28. 2 About the MAPI Spooler=_mapi1book_About_the_MAPI_Spooler
  29. 2 About Service Providers=_mapi1book_About_Service_Providers
  30. 2 About Address Book Providers=_mapi1book_About_Address_Book_Providers
  31. 2 About Message Store Providers=_mapi1book_About_Message_Store_Providers
  32. 2 About Transport Providers=_mapi1book_About_Transport_Providers
  33. 2 About Message Services=_mapi1book_About_Message_Services
  34. 2 About Profiles=_mapi1book_About_Profiles
  35. 2 About MAPI Forms=_mapi1book_About_MAPI_Forms
  36. 1 Introduction to MAPI Programming
  37. 2 Introduction to MAPI Programming=_Introduction_to_MAPI_Programming
  38. 2 About MAPI Installations=_mapi1book_About_MAPI_Installations
  39. 2 Determining Which Client Interfaces are Installed=_mapi1book_Determining_Which_Client_Interfaces_are_Installed
  40. 2 About Installation Defaults=_mapi1book_About_Installation_Defaults
  41. 2 About Time Zone Installation Information=_mapi1book_About_Time_Zone_Installation_Information
  42. 2 Using the MAPI SDK=_mapi1book_Using_the_MAPI_SDK
  43. 2 Using the Samples=_mapi1book_Using_the_Samples
  44. 2 Using Functions=_mapi1book_Using_Functions
  45. 2 Using UUIDGEN.EXE=_mapi1book_Using_UUIDGEN.EXE
  46. 2 Selecting a Client Interface=_mapi1book_Selecting_a_Client_Interface
  47. 2 About the Client Interfaces=_mapi1book_About_the_Client_Interfaces
  48. 2 Choosing Between Simple MAPI and CMC=_mapi1book_Choosing_Between_Simple_MAPI_and_CMC
  49. 2 Using Multiple Client Interfaces=_mapi1book_Using_Multiple_Client_Interfaces
  50. 2 MAPI User Interface=_mapi1book_MAPI_User_Interface
  51. 2 MAPI Sessions=_mapi1book_MAPI_Sessions
  52. 2 Message Services and Profiles=_mapi1book_Message_Services_and_Profiles
  53. 2 Operating Environment Issues=_mapi1book_Operating_Environment_Issues
  54. 2 Environment Issues Affecting Client Applications=_mapi1book_Environment_Issues_Affecting_Client_Applications
  55. 2 Windows NT Service Client Applications=_mapi1book_Windows_NT_Service_Client_Applications
  56. 2 Environment Issues Affecting Service Providers=_mapi1book_Environment_Issues_Affecting_Service_Providers
  57. 1 Programming with CMC
  58. 2 Programming with CMC=_mapi1book_Programming_with_CMC
  59. 2 About CMC=_mapi1book_About_CMC
  60. 2 Starting a CMC Session=_mapi1book_Starting_a_CMC_Session
  61. 2 Addressing Messages with CMC=_mapi1book_Addressing_Messages_with_CMC
  62. 2 Sending Messages with CMC=_mapi1book_Sending_Messages_with_CMC
  63. 2 Receiving Messages with CMC=_mapi1book_Receiving_Messages_with_CMC
  64. 2 Handling Attachments with CMC=_mapi1book_Handling_Attachments_with_CMC
  65. 2 Getting Information About the CMC Implementation=_mapi1book_Getting_Information_About_the_CMC_Implementation
  66. 2 Releasing Memory with CMC=_mapi1book_Releasing_Memory_with_CMC
  67. 2 Ending a CMC Session=_mapi1book_Ending_a_CMC_Session
  68. 2 Using CMC Data Extensions=_mapi1book_Using_CMC_Data_Extensions
  69. 2 CMC Programming Examples=_mapi1book_CMC_Programming_Examples
  70. 2 Logging On and Off: CMC Sample=_mapi1book_Logging_On_and_Off_CMC_Sample
  71. 2 Sending a Message: CMC Sample=_mapi1book_Sending_a_Message_CMC_Sample
  72. 2 Receiving a Message: CMC Sample=_mapi1book_Receiving_a_Message_CMC_Sample
  73. 2 Getting Recipient Details: CMC Sample=_mapi1book_Getting_Recipient_Details_CMC_Sample
  74. 2 Using Common Extensions: CMC Sample=_mapi1book_Using_Common_Extensions_CMC_Sample
  75. 1 Programming with Simple MAPI
  76. 2 Programming with Simple MAPI=_mapi1book_Programming_with_Simple_MAPI
  77. 2 About Simple MAPI=_mapi1book_About_Simple_MAPI
  78. 2 Initializing a Simple MAPI Client=_mapi1book_Initializing_a_Simple_MAPI_Client
  79. 2 Starting a Simple MAPI Session=_mapi1book_Starting_a_Simple_MAPI_Session
  80. 2 Sharing Simple MAPI Sessions=_mapi1book_Sharing_Simple_MAPI_Sessions
  81. 2 Explicit Logon with Simple MAPI=_mapi1book_Explicit_Logon_with_Simple_MAPI
  82. 2 Implicit Logon with Simple MAPI=_mapi1book_Implicit_Logon_with_Simple_MAPI
  83. 2 Specifying a Profile During Simple MAPI Logon=_mapi1book_Specifying_a_Profile_During_Simple_MAPI_Logon
  84. 2 Specifying Passwords with Simple MAPI=_mapi1book_Specifying_Passwords_with_Simple_MAPI
  85. 2 Requesting a Logon User Interface with Simple MAPI=_mapi1book_Requesting_a_Logon_User_Interface_with_Simple_MAPI
  86. 2 Ending a Simple MAPI Session=_mapi1book_Ending_a_Simple_MAPI_Session
  87. 2 Addressing Messages with Simple MAPI=_mapi1book_Addressing_Messages_with_Simple_MAPI
  88. 2 Generating Recipient Lists with Simple MAPI=_mapi1book_Generating_Recipient_Lists_with_Simple_MAPI
  89. 2 Checking Names with Simple MAPI=_mapi1book_Checking_Names_with_Simple_MAPI
  90. 2 Getting Details About a User with Simple MAPI=_mapi1book_Getting_Details_About_a_User_with_Simple_MAPI
  91. 2 Displaying and Editing Addresses with Simple MAPI=_mapi1book_Displaying_and_Editing_Addresses_with_Simple_MAPI
  92. 2 Sending Messages with Simple MAPI=_mapi1book_Sending_Messages_with_Simple_MAPI
  93. 2 Using the Subject with Simple MAPI=_mapi1book_Using_the_Subject_with_Simple_MAPI
  94. 2 Handling Attachments with Simple MAPI=_mapi1book_Handling_Attachments_with_Simple_MAPI
  95. 2 Message Options with Simple MAPI=_mapi1book_Message_Options_with_Simple_MAPI
  96. 2 About MapiMessage=_mapi1book_About_MapiMessage
  97. 2 About MAPISendMail=_mapi1book_About_MAPISendMail
  98. 2 Simple MAPI Programming Examples=_mapi1book_Simple_MAPI_Programming_Examples
  99. 2 Sending a Message Simply: Simple MAPI Sample=_mapi1book_Sending_a_Message_Simply_Simple_MAPI_Sample
  100. 2 Controlled Sending of a Message: Simple MAPI Sample=_mapi1book_Controlled_Sending_of_a_Message_Simple_MAPI_Sample
  101. 2 Receiving a Message: Simple MAPI Sample=_mapi1book_Receiving_a_Message_Simple_MAPI_Sample
  102. 1 Objects and Interfaces
  103. 2 Objects and Interfaces=_mapi1book_Objects_and_Interfaces
  104. 2 Component Object Model and MAPI=_mapi1book_Component_Object_Model_and_MAPI
  105. 2 Objects and the MAPI Architecture=_mapi1book_Objects_and_the_MAPI_Architecture
  106. 2 Object Inheritance Hierarchy=_mapi1book_Object_Inheritance_Hierarchy
  107. 2 Object Containment Hierarchy=_mapi1book_Object_Containment_Hierarchy
  108. 2 Objects Implemented by MAPI=_mapi1book_Objects_Implemented_by_MAPI
  109. 2 About Client Objects=_mapi1book_About_Client_Objects
  110. 2 About Service Provider Objects=_mapi1book_About_Service_Provider_Objects
  111. 2 About Address Book Provider Objects=_mapi1book_About_Address_Book_Provider_Objects
  112. 2 About Message Store Provider Objects=_mapi1book_About_Message_Store_Provider_Objects
  113. 2 About Transport Provider Objects=_mapi1book_About_Transport_Provider_Objects
  114. 2 About Custom Form Objects=_mapi1book_About_Custom_Form_Objects
  115. 2 Using MAPI Objects=_mapi1book_Using_MAPI_Objects
  116. 2 Implementing MAPI Objects=_mapi1book_Implementing_MAPI_Objects
  117. 2 Implementing Objects in C++=_mapi1book_Implementing_Objects_in_C_
  118. 2 Implementing Objects in C=_mapi1book_Implementing_Objects_in_C
  119. 2 Implementing the IUnknown Interface=_mapi1book_Implementing_the_IUnknown_Interface
  120. 2 Implementing IUnknown in C++=_mapi1book_Implementing_IUnknown_in_C_
  121. 2 Implementing IUnknown in C=_mapi1book_Implementing_IUnknown_in_C
  122. 2 Implementing a Sample Object=_mapi1book_Implementing_a_Sample_Object
  123. 1 Properties
  124. 2 Properties=_mapi1book_Properties
  125. 2 About Property Values=_mapi1book_About_Property_Values
  126. 2 About Property Types=_mapi1book_About_Property_Types
  127. 2 Property Type Summary=_mapi1book_Property_Type_Summary
  128. 2 About the Boolean Property Type=_mapi1book_About_the_Boolean_Property_Type
  129. 2 About the PT_UNSPECIFIED Property Type=_mapi1book_About_the_PT_UNSPECIFIED_Property_Type
  130. 2 About the Object Property Type=_mapi1book_About_the_Object_Property_Type
  131. 2 About the String Property Type=_mapi1book_About_the_String_Property_Type
  132. 2 About Property Identifiers=_mapi1book_About_Property_Identifiers
  133. 2 About Property Tags=_mapi1book_About_Property_Tags
  134. 2 About Required and Optional Properties=_mapi1book_About_Required_and_Optional_Properties
  135. 2 About Property Errors=_mapi1book_About_Property_Errors
  136. 2 About Defining New Properties=_mapi1book_About_Defining_New_Properties
  137. 2 About Object and Property Access=_mapi1book_About_Object_and_Property_Access
  138. 2 About Opening Properties=_mapi1book_About_Opening_Properties
  139. 2 About Setting Properties=_mapi1book_About_Setting_Properties
  140. 2 About Copying Properties=_mapi1book_About_Copying_Properties
  141. 2 About Saving Property Changes=_mapi1book_About_Saving_Property_Changes
  142. 2 About Named Properties=_mapi1book_About_Named_Properties
  143. 2 About Support for Named Properties=_mapi1book_About_Support_for_Named_Properties
  144. 2 About Property Names and Property Sets=_mapi1book_About_Property_Names_and_Property_Sets
  145. 2 About Mappings and Mapping Signatures=_mapi1book_About_Mappings_and_Mapping_Signatures
  146. 2 About IMAPIProp::GetIDsFromNames=_mapi1book_About_IMAPIProp_GetIDsFromNames
  147. 2 About IMAPIProp::GetNamesFromIDs=_mapi1book_About_IMAPIProp_GetNamesFromIDs
  148. 2 Handling Named Property Errors=_mapi1book_Handling_Named_Property_Errors
  149. 2 About Transmitting and Copying Named Properties=_mapi1book_About_Transmitting_and_Copying_Named_Properties
  150. 1 Tables
  151. 2 Tables=_mapi1book_Tables
  152. 2 Types of Tables=_mapi1book_Types_of_Tables
  153. 2 About Attachment Tables=_mapi1book_About_Attachment_Tables
  154. 2 About Contents Tables=_mapi1book_About_Contents_Tables
  155. 2 About Display Tables=_mapi1book_About_Display_Tables
  156. 2 About Display Table Columns=_mapi1book_About_Display_Table_Columns
  157. 2 About Display Table Scenarios=_mapi1book_About_Display_Table_Scenarios
  158. 2 About Display Table Structures=_mapi1book_About_Display_Table_Structures
  159. 2 About the DTCTL Structure=_mapi1book_About_the_DTCTL_Structure
  160. 2 About Control Flags=_mapi1book_About_Control_Flags
  161. 2 About Display Table Notifications=_mapi1book_About_Display_Table_Notifications
  162. 2 About Types of Controls=_mapi1book_About_Types_of_Controls
  163. 2 About Button Controls=_mapi1book_About_Button_Controls
  164. 2 About Check Box Controls=_mapi1book_About_Check_Box_Controls
  165. 2 About Combo Box Controls=_mapi1book_About_Combo_Box_Controls
  166. 2 About Drop-Down List Box Controls=_mapi1book_About_Drop_Down_List_Box_Controls
  167. 2 About Edit Controls=_mapi1book_About_Edit_Controls
  168. 2 About Group Box Controls=_mapi1book_About_Group_Box_Controls
  169. 2 About Label Controls=_mapi1book_About_Label_Controls
  170. 2 About List Box Controls=_mapi1book_About_List_Box_Controls
  171. 2 About Multivalue List Box Controls=_mapi1book_About_Multivalue_List_Box_Controls
  172. 2 About Radio Button Controls=_mapi1book_About_Radio_Button_Controls
  173. 2 About Tabbed Page Controls=_mapi1book_About_Tabbed_Page_Controls
  174. 2 About Hierarchy Tables=_mapi1book_About_Hierarchy_Tables
  175. 2 About Message Service Tables=_mapi1book_About_Message_Service_Tables
  176. 2 About Message Store Tables=_mapi1book_About_Message_Store_Tables
  177. 2 About One-Off Tables=_mapi1book_About_One_Off_Tables
  178. 2 About Outgoing Queue Tables=_mapi1book_About_Outgoing_Queue_Tables
  179. 2 About Profile Tables=_mapi1book_About_Profile_Tables
  180. 2 About Provider Tables=_mapi1book_About_Provider_Tables
  181. 2 About Receive Folder Tables=_mapi1book_About_Receive_Folder_Tables
  182. 2 About Recipient Tables=_mapi1book_About_Recipient_Tables
  183. 2 About Status Tables=_mapi1book_About_Status_Tables
  184. 2 Common Table Operations=_mapi1book_Common_Table_Operations
  185. 2 Defining Column Sets=_Defining_Column_Sets
  186. 2 Working with Large Columns=_mapi1book_Working_with_Large_Columns
  187. 2 Using Row and Row Set Data Structures=_mapi1book_Using_Row_and_Row_Set_Data_Structures
  188. 2 Table Positioning=_mapi1book_Table_Positioning
  189. 2 Retrieving Rows=_mapi1book_Retrieving_Rows
  190. 2 Using ITableData::HrQueryRow=_mapi1book_Using_ITableData_HrQueryRow
  191. 2 Using IMAPITable::QueryRows=_mapi1book_Using_IMAPITable_QueryRows
  192. 2 Using HrQueryAllRows=_mapi1book_Using_HrQueryAllRows
  193. 2 Memory Issues in Row Retrieval=_mapi1book_Memory_Issues_in_Row_Retrieval
  194. 2 Determining a Table's End=_mapi1book_Determining_a_Tables_End
  195. 2 Tips for Better Table Performance=_mapi1book_Tips_for_Better_Table_Performance
  196. 2 Sorting and Categorization=_mapi1book_Sorting_and_Categorization
  197. 2 Defining Sort Orders=_mapi1book_Defining_Sort_Orders
  198. 2 Using SortTable=_mapi1book_Using_SortTable
  199. 2 Properties for Categorized Tables=_mapi1book_Properties_for_Categorized_Tables
  200. 2 States of Categorized Tables=_mapi1book_States_of_Categorized_Tables
  201. 2 Collapsing and Expanding Categories=_mapi1book_Collapsing_and_Expanding_Categories
  202. 2 About Restrictions=_mapi1book_About_Restrictions
  203. 2 Types of Restrictions=_mapi1book_Types_of_Restrictions
  204. 2 About Content Restrictions=_mapi1book_About_Content_Restrictions
  205. 2 About Address Book Restrictions=_mapi1book_About_Address_Book_Restrictions
  206. 2 Building a Restriction=_mapi1book_Building_a_Restriction
  207. 2 Sample Restriction Code=_mapi1book_Sample_Restriction_Code
  208. 2 Advanced Table Operations=_mapi1book_Advanced_Table_Operations
  209. 2 About Table Notifications=_mapi1book_About_Table_Notifications
  210. 2 About Asynchronous Table Operations=_mapi1book_About_Asynchronous_Table_Operations
  211. 2 Working with Multivalued Columns=_mapi1book_Working_with_Multivalued_Columns
  212. 2 Working with Unicode Columns=_Working_with_Unicode_Columns
  213. 2 Using Table Data Objects=_mapi1book_Using_Table_Data_Objects
  214. 1 MAPI Form Architecture
  215. 2 MAPI Form Architecture=_mapi1book_MAPI_Form_Architecture
  216. 2 About MAPI Form Components=_mapi1book_About_MAPI_Form_Components
  217. 2 About Form Servers=_mapi1book_About_Form_Servers
  218. 2 About MAPI Message Classes=_mapi1book_About_MAPI_Message_Classes
  219. 2 About Form Verbs=_mapi1book_About_Form_Verbs
  220. 2 About Form Objects=_mapi1book_About_Form_Objects
  221. 2 About the Form Manager=_mapi1book_About_the_Form_Manager
  222. 2 About Capabilities Not Supported by Form Managers=_mapi1book_About_Capabilities_Not_Supported_by_Form_Managers
  223. 2 About Disk Instances and Cache Tables=_mapi1book_About_Disk_Instances_and_Cache_Tables
  224. 2 About Platform Independence=_mapi1book_About_Platform_Independence
  225. 2 About Form Libraries=_mapi1book_About_Form_Libraries
  226. 2 About Form Storage=_mapi1book_About_Form_Storage
  227. 2 About Local Form Libraries=_mapi1book_About_Local_Form_Libraries
  228. 2 About Folder Form Libraries=_mapi1book_About_Folder_Form_Libraries
  229. 2 About Personal Form Libraries=_mapi1book_About_Personal_Form_Libraries
  230. 2 About Forms and MAPI Client Applications=_mapi1book_About_Forms_and_MAPI_Client_Applications
  231. 2 About MAPI Form Interfaces=_mapi1book_About_MAPI_Form_Interfaces
  232. 1 MAPI Component Basics
  233. 2 MAPI Component Basics=_mapi1book_MAPI_Component_Basics
  234. 2 About Entry Identifiers=_mapi1book_About_Entry_Identifiers
  235. 2 Constructing Entry Identifiers=_mapi1book_Constructing_Entry_Identifiers
  236. 2 About Short-Term Entry Identifiers=_mapi1book_About_Short_Term_Entry_Identifiers
  237. 2 About Long-Term Entry Identifiers=_mapi1book_About_Long_Term_Entry_Identifiers
  238. 2 About Record and Search Keys=_mapi1book_About_Record_and_Search_Keys
  239. 2 About Session Identity=_mapi1book_About_Session_Identity
  240. 2 About Managing Memory=_mapi1book_About_Managing_Memory
  241. 2 About Memory Management Functions=_mapi1book_About_Memory_Management_Functions
  242. 2 About Managing Memory for ADRLIST and SRowSet Structures=_mapi1book_About_Managing_Memory_for_ADRLIST_and_SRowSet_Structures
  243. 2 About Allocating and Freeing Memory=_mapi1book_About_Allocating_and_Freeing_Memory
  244. 2 About Structured Storage=_mapi1book_About_Structured_Storage
  245. 2 About Error Handling=_mapi1book_About_Error_Handling
  246. 2 Return Value Naming Convention=_mapi1book_Return_Value_Naming_Convention
  247. 2 Using Macros for Error Handling=_mapi1book_Using_Macros_for_Error_Handling
  248. 2 How Return Values are Documented=_mapi1book_How_Return_Values_are_Documented
  249. 2 Strategies for Error Handling=_mapi1book_Strategies_for_Error_Handling
  250. 2 Using Extended Errors=_mapi1book_Using_Extended_Errors
  251. 2 Deferring Errors=_mapi1book_Deferring_Errors
  252. 2 About Validating Data=_mapi1book_About_Validating_Data
  253. 2 Validating Parameters to Interface Methods=_mapi1book_Validating_Parameters_to_Interface_Methods
  254. 2 Validating Object Pointers=_mapi1book_Validating_Object_Pointers
  255. 2 Validating Data Structures=_mapi1book_Validating_Data_Structures
  256. 2 About Notification=_mapi1book_About_Notification
  257. 2 About Notification Events=_mapi1book_About_Notification_Events
  258. 2 About Forms Notifications=_mapi1book_About_Forms_Notifications
  259. 2 About Threading in MAPI=_mapi1book_About_Threading_in_MAPI
  260. 2 Using Thread-Safe Objects=_mapi1book_Using_Thread_Safe_Objects
  261. 2 Implementing Thread-Safe Objects=_mapi1book_Implementing_Thread_Safe_Objects
  262. 2 About Profile Administration=_mapi1book_About_Profile_Administration
  263. 2 About Interfaces for Profile Administration=_mapi1book_About_Interfaces_for_Profile_Administration
  264. 2 About Profile Administration Objects=_mapi1book_About_Profile_Administration_Objects
  265. 2 About Message Service Administration Objects=_mapi1book_About_Message_Service_Administration_Objects
  266. 2 About Profile Section Objects=_mapi1book_About_Profile_Section_Objects
  267. 2 About Provider Administration Objects=_mapi1book_About_Provider_Administration_Objects
  268. 2 Working with Character Sets=_mapi1book_Working_with_Character_Sets
  269. 2 About Supporting Formatted Text=_mapi1book_About_Supporting_Formatted_Text
  270. 2 Synchronizing Text and Formatting=_mapi1book_Synchronizing_Text_and_Formatting
  271. 2 Supporting Formatted Text in Outgoing Messages: Client Responsibilities=_mapi1book_Supporting_Formatted_Text_in_Outgoing_Messages_Client_Responsibilities
  272. 2 Supporting Formatted Text in Incoming Messages: Client Responsibilities=_mapi1book_Supporting_Formatted_Text_in_Incoming_Messages_Client_Responsibilities
  273. 2 Supporting Formatted Text: Message Store Responsibilities=_mapi1book_Supporting_Formatted_Text_Message_Store_Responsibilities
  274. 2 Supporting Formatted Text: Rendering Attachments=_mapi1book_Supporting_Formatted_Text_Rendering_Attachments
  275. 2 Supporting Formatted Text: Gateway Responsibilities=_mapi1book_Supporting_Formatted_Text_Gateway_Responsibilities
  276. 2 About Sending Across Messaging Domains=_mapi1book_About_Sending_Across_Messaging_Domains
  277. 2 About Gateway Mappable Properties=_mapi1book_About_Gateway_Mappable_Properties
  278. 2 About Client Naming Responsibilities=_mapi1book_About_Client_Naming_Responsibilities
  279. 2 About Gateway Mapping Responsibilities=_mapi1book_About_Gateway_Mapping_Responsibilities
  280. 2 About the Idle Utility=_mapi1book_About_the_Idle_Utility
  281. 1 Developing a Client Application
  282. 2 Developing a Client Application=_mapi1book_Developing_a_Client_Application
  283. 2 Types of Client Applications=_mapi1book_Types_of_Client_Applications
  284. 2 Linking to the MAPI DLLs=_mapi1book_Linking_to_the_MAPI_DLLs
  285. 2 Session Handling=_mapi1book_Session_Handling
  286. 2 Starting a MAPI Client Session=_mapi1book_Starting_a_MAPI_Client_Session
  287. 2 Initializing the MAPI Libraries=_mapi1book_Initializing_the_MAPI_Libraries
  288. 2 Initializing the OLE Libraries=_mapi1book_Initializing_the_OLE_Libraries
  289. 2 Initializing the MAPI Utilities=_mapi1book_Initializing_the_MAPI_Utilities
  290. 2 Logging On a MAPI Client=_mapi1book_Logging_On_a_MAPI_Client
  291. 2 Ending a MAPI Client Session=_mapi1book_Ending_a_MAPI_Client_Session
  292. 2 Opening and Comparing Provider Objects=_mapi1book_Opening_and_Comparing_Provider_Objects
  293. 2 About Provider and Session Identity=_mapi1book_About_Provider_and_Session_Identity
  294. 2 Using the Status Table and Status Objects=_mapi1book_Using_the_Status_Table_and_Status_Objects
  295. 2 Requesting Read and Delivery Status Reports=_mapi1book_Requesting_Read_and_Delivery_Status_Reports
  296. 2 Handling Outgoing Messages=_mapi1book_Handling_Outgoing_Messages
  297. 2 Opening the Default Message Store=_mapi1book_Opening_the_Default_Message_Store
  298. 2 Opening the Outbox Folder=_mapi1book_Opening_the_Outbox_Folder
  299. 2 Creating an Outgoing Message=_mapi1book_Creating_an_Outgoing_Message
  300. 2 Adding a Message Recipient=_mapi1book_Adding_a_Message_Recipient
  301. 2 Adding a Message Subject=_mapi1book_Adding_a_Message_Subject
  302. 2 Adding Message Text=_mapi1book_Adding_Message_Text
  303. 2 Adding Rendering Information to Formatted Text=_mapi1book_Adding_Rendering_Information_to_Formatted_Text
  304. 2 Adding a Message Attachment=_mapi1book_Adding_a_Message_Attachment
  305. 2 Saving an Outgoing Message=_mapi1book_Saving_an_Outgoing_Message
  306. 2 Sending an Outgoing Message=_mapi1book_Sending_an_Outgoing_Message
  307. 2 Posting a Message=_mapi1book_Posting_a_Message
  308. 2 Resending an Undelivered Message=_mapi1book_Resending_an_Undelivered_Message
  309. 2 Handling Replies and Forwarded Messages=_mapi1book_Handling_Replies_and_Forwarded_Messages
  310. 2 Setting Properties on a Reply or Forwarded Message=_mapi1book_Setting_Properties_on_a_Reply_or_Forwarded_Message
  311. 2 Selecting a Recipient for a Reply or Forwarded Message=_mapi1book_Selecting_a_Recipient_for_a_Reply_or_Forwarded_Message
  312. 2 Copying an Attachment on a Forwarded Message=_mapi1book_Copying_an_Attachment_on_a_Forwarded_Message
  313. 2 Handling Incoming Messages=_mapi1book_Handling_Incoming_Messages
  314. 2 Selecting a Receive Folder=_mapi1book_Selecting_a_Receive_Folder
  315. 2 Opening a Receive Folder=_mapi1book_Opening_a_Receive_Folder
  316. 2 Determining Message Ownership=_mapi1book_Determining_Message_Ownership
  317. 2 Viewing a Folder Contents Table=_mapi1book_Viewing_a_Folder_Contents_Table
  318. 2 Opening an Incoming Message=_mapi1book_Opening_an_Incoming_Message
  319. 2 Opening Message Text=_mapi1book_Opening_Message_Text
  320. 2 Rendering Attachments in Plain Text=_mapi1book_Rendering_Attachments_in_Plain_Text
  321. 2 Rendering Attachments in Formatted Text=_mapi1book_Rendering_Attachments_in_Formatted_Text
  322. 2 Opening an Attachment=_mapi1book_Opening_an_Attachment
  323. 2 Handling Notifications=_mapi1book_Handling_Notifications
  324. 2 Timing a Notification=_mapi1book_Timing_a_Notification
  325. 2 Ensuring a Thread Safe Notification=_mapi1book_Ensuring_a_Thread_Safe_Notification
  326. 2 Handling an Object Notification=_mapi1book_Handling_an_Object_Notification
  327. 2 Registering for a Notification=_mapi1book_Registering_for_a_Notification
  328. 2 Registering for a Message Store Notification=_mapi1book_Registering_for_a_Message_Store_Notification
  329. 2 Registering for an Address Book Notification=_mapi1book_Registering_for_an_Address_Book_Notification
  330. 2 Registering for a Table Notification=_mapi1book_Registering_for_a_Table_Notification
  331. 2 Canceling a Notification=_mapi1book_Canceling_a_Notification
  332. 2 Implementing an Advise Sink Object=_mapi1book_Implementing_an_Advise_Sink_Object
  333. 2 Forcing a Notification=_mapi1book_Forcing_a_Notification
  334. 2 Handling the Address Book=_mapi1book_Handling_the_Address_Book
  335. 2 Opening the Address Book=_mapi1book_Opening_the_Address_Book
  336. 2 Opening an Address Book Container=_mapi1book_Opening_an_Address_Book_Container
  337. 2 Setting Address Book Options=_mapi1book_Setting_Address_Book_Options
  338. 2 Creating an Address Book Entry=_mapi1book_Creating_an_Address_Book_Entry
  339. 2 Creating an Entry with IAddrBook::NewEntry=_mapi1book_Creating_an_Entry_with_IAddrBook_NewEntry
  340. 2 Creating an Entry with IABContainer::CreateEntry=_mapi1book_Creating_an_Entry_with_IABContainer_CreateEntry
  341. 2 Copying an Address Book Entry=_mapi1book_Copying_an_Address_Book_Entry
  342. 2 Deleting an Address Book Entry=_mapi1book_Deleting_an_Address_Book_Entry
  343. 2 Preparing a Recipient with IAddrBook::PrepareRecips=_mapi1book_Preparing_a_Recipient_with_IAddrBook_PrepareRecips
  344. 2 Retrieving Address Book Entry Properties=_mapi1book_Retrieving_Address_Book_Entry_Properties
  345. 2 Searching the Address Book=_mapi1book_Searching_the_Address_Book
  346. 2 Using an Advanced Search Dialog Box=_mapi1book_Using_an_Advanced_Search_Dialog_Box
  347. 2 Resolving a Name=_mapi1book_Resolving_a_Name
  348. 2 Handling a Message Store=_mapi1book_Handling_a_Message_Store
  349. 2 Opening a Message Store=_mapi1book_Opening_a_Message_Store
  350. 2 Validating a Message Store=_mapi1book_Validating_a_Message_Store
  351. 2 Setting Message Store Features=_mapi1book_Setting_Message_Store_Features
  352. 2 Handling User Access to Folders=_mapi1book_Handling_User_Access_to_Folders
  353. 2 Deleting a Message=_mapi1book_Deleting_a_Message
  354. 2 Copying or Moving a Message=_mapi1book_Copying_or_Moving_a_Message
  355. 2 Handling a Transport Provider=_mapi1book_Handling_a_Transport_Provider
  356. 2 Sending or Receiving a Message on Demand=_mapi1book_Sending_or_Receiving_a_Message_on_Demand
  357. 2 Setting Transport Order=_mapi1book_Setting_Transport_Order
  358. 2 Reconfiguring a Transport Provider=_mapi1book_Reconfiguring_a_Transport_Provider
  359. 2 Handling Profiles=_mapi1book_Handling_Profiles
  360. 2 Locating the Default Profile=_mapi1book_Locating_the_Default_Profile
  361. 2 Understanding Profile Order=_mapi1book_Understanding_Profile_Order
  362. 2 Creating a Profile with NEWPROF=_mapi1book_Creating_a_Profile_with_NEWPROF
  363. 2 Creating a Profile with Custom Code=_mapi1book_Creating_a_Profile_with_Custom_Code
  364. 2 Copying a Profile=_mapi1book_Copying_a_Profile
  365. 2 Modifying a Profile=_mapi1book_Modifying_a_Profile
  366. 2 Modifying a Message Service=_mapi1book_Modifying_a_Message_Service
  367. 2 Advanced Client Topics=_mapi1book_Advanced_Client_Topics
  368. 2 Writing an Automated Client=_mapi1book_Writing_an_Automated_Client
  369. 2 Writing a Remote Viewer=_mapi1book_Writing_a_Remote_Viewer
  370. 2 Writing a Hierarchy Viewer=_mapi1book_Writing_a_Hierarchy_Viewer
  371. 2 Using the MAPI Utilities=_mapi1book_Using_the_MAPI_Utilities
  372. 2 Converting to OLE Messaging Library Identifiers=_mapi1book_Converting_to_OLE_Messaging_Library_Identifiers
  373. 2 Implementing a Progress Indicator=_mapi1book_Implementing_a_Progress_Indicator
  374. 2 Improving Client Performance=_mapi1book_Improving_Client_Performance
  375. 2 Avoid Certain Methods at Startup=_mapi1book_Avoid_Certain_Methods_at_Startup
  376. 2 Get and Set Multiple Properties=_mapi1book_Get_and_Set_Multiple_Properties
  377. 2 Use a Table to Work with Properties=_mapi1book_Use_a_Table_to_Work_with_Properties
  378. 2 Get and Set Properties with GetProps and SetProps=_mapi1book_Get_and_Set_Properties_with_GetProps_and_SetProps
  379. 2 Save Frequently Used Properties=_mapi1book_Save_Frequently_Used_Properties
  380. 2 Defer Processing=_mapi1book_Defer_Processing
  381. 2 Write Uncompressed Formatted Text=_mapi1book_Write_Uncompressed_Formatted_Text
  382. 2 Avoid Using IStream::SetSize to Extend a Stream=_mapi1book_Avoid_Using_IStream_SetSize_to_Extend_a_Stream
  383. 2 Sort Tables after Setting Columns and Restrictions=_mapi1book_Sort_Tables_after_Setting_Columns_and_Restrictions
  384. 2 Call QueryRows for Small Tables=_mapi1book_Call_QueryRows_for_Small_Tables
  385. 2 Open OLE Attachments with IStreamDocfile=_mapi1book_Open_OLE_Attachments_with_IStreamDocfile
  386. 2 Name Folders with Character Strings=_mapi1book_Name_Folders_with_Character_Strings
  387. 1 Service Provider Basics
  388. 2 Service Provider Basics=_mapi1book_Service_Provider_Basics
  389. 2 Loading Service Providers=_mapi1book_Loading_Service_Providers
  390. 2 About Provider DLL Entry Point Functions=_mapi1book_About_Provider_DLL_Entry_Point_Functions
  391. 2 Checking Service Provider Interface Versions=_mapi1book_Checking_Service_Provider_Interface_Versions
  392. 2 Service Provider Logon=_mapi1book_Service_Provider_Logon
  393. 2 Verifying Service Provider Configuration=_mapi1book_Verifying_Service_Provider_Configuration
  394. 2 About Service Provider Logon Objects=_mapi1book_About_Service_Provider_Logon_Objects
  395. 2 Registering Service Provider Unique Identifiers=_mapi1book_Registering_Service_Provider_Unique_Identifiers
  396. 2 Shutting Down Service Providers=_mapi1book_Shutting_Down_Service_Providers
  397. 2 Shutting Down a Message Store Provider=_mapi1book_Shutting_Down_a_Message_Store_Provider
  398. 2 Invalidating Objects=_mapi1book_Invalidating_Objects
  399. 2 Using Support Objects=_mapi1book_Using_Support_Objects
  400. 2 Using Support Objects During Logon=_mapi1book_Using_Support_Objects_During_Logon
  401. 2 Using Support Objects for Configuration=_mapi1book_Using_Support_Objects_for_Configuration
  402. 2 Using Support Objects for Utility Services=_mapi1book_Using_Support_Objects_for_Utility_Services
  403. 2 Using Support Objects Among Service Providers=_mapi1book_Using_Support_Objects_Among_Service_Providers
  404. 2 Using Support Objects for Event Notification=_mapi1book_Using_Support_Objects_for_Event_Notification
  405. 2 Considerations for Event Notification=_mapi1book_Considerations_for_Event_Notification
  406. 2 Implementing a Message Service=_mapi1book_Implementing_a_Message_Service
  407. 2 Designing a Message Service=_mapi1book_Designing_a_Message_Service
  408. 2 Installing a Message Service=_mapi1book_Installing_a_Message_Service
  409. 2 About the MAPISVC.INF File=_mapi1book_About_the_MAPISVC.INF_File
  410. 2 Updating MAPISVC.INF=_mapi1book_Updating_MAPISVC.INF
  411. 2 The [Help File Mappings] Section in MAPISVC.INF=_mapi1book_The_Help_File_Mappings_Section_in_MAPISVC.INF
  412. 2 The [Services] Section in MAPISVC.INF=_mapi1book_The_Services_Section_in_MAPISVC.INF
  413. 2 The [Default Services] Section in MAPISVC.INF=_mapi1book_The_Default_Services_Section_in_MAPISVC.INF
  414. 2 Message Service Sections in MAPISVC.INF=_mapi1book_Message_Service_Sections_in_MAPISVC.INF
  415. 2 Message Service Section List Entries in MAPISVC.INF=_mapi1book_Message_Service_Section_List_Entries_in_MAPISVC.INF
  416. 2 Service Provider Sections in MAPISVC.INF=_mapi1book_Service_Provider_Sections_in_MAPISVC.INF
  417. 2 Configuring a Message Service=_mapi1book_Configuring_a_Message_Service
  418. 2 About Message Service Entry Point Functions=_mapi1book_About_Message_Service_Entry_Point_Functions
  419. 2 Implementing a Message Service Entry Point Function=_mapi1book_Implementing_a_Message_Service_Entry_Point_Function
  420. 2 Supporting the Profile Wizard=_mapi1book_Supporting_the_Profile_Wizard
  421. 2 (Untitled) _mapi1book_About_Profile_Wizard_Dialog_Procedures=_mapi1book_About_Profile_Wizard_Dialog_Procedures
  422. 2 Implementing Property Sheets=_mapi1book_Implementing_Property_Sheets
  423. 2 Displaying a Progress Indicator=_mapi1book_Displaying_a_Progress_Indicator
  424. 2 Using Progress Objects=_mapi1book_Using_Progress_Objects
  425. 2 Displaying Progress Step by Step=_mapi1book_Displaying_Progress_Step_by_Step
  426. 1 Developing an Address Book Provider
  427. 2 Developing an Address Book Provider=_mapi1book_Developing_an_Address_Book_Provider
  428. 2 Features for Address Book Providers=_mapi1book_Features_for_Address_Book_Providers
  429. 2 Implementing Your Address Book Provider's DLL Entry Point Function=_mapi1book_Implementing_Your_Address_Book_Providers_DLL_Entry_Point_Function
  430. 2 Implementing the IABProvider Interface=_mapi1book_Implementing_the_IABProvider_Interface
  431. 2 Implementing IABProvider::Logon=_mapi1book_Implementing_IABProvider_Logon
  432. 2 Implementing IABProvider::Shutdown=_mapi1book_Implementing_IABProvider_Shutdown
  433. 2 Implementing the IABLogon Interface=_mapi1book_Implementing_the_IABLogon_Interface
  434. 2 Implementing IABLogon::OpenEntry=_mapi1book_Implementing_IABLogon_OpenEntry
  435. 2 Implementing IABLogon::CompareEntryIDs=_mapi1book_Implementing_IABLogon_CompareEntryIDs
  436. 2 Implementing IABLogon::OpenStatusEntry=_mapi1book_Implementing_IABLogon_OpenStatusEntry
  437. 2 Implementing IABLogon::Advise and IABLogon::Unadvise=_mapi1book_Implementing_IABLogon_Advise_and_IABLogon_Unadvise
  438. 2 Implementing IABLogon::PrepareRecips=_mapi1book_Implementing_IABLogon_PrepareRecips
  439. 2 Implementing a Foreign Address Book Provider=_mapi1book_Implementing_a_Foreign_Address_Book_Provider
  440. 2 Implementing IABLogon::Logoff=_mapi1book_Implementing_IABLogon_Logoff
  441. 2 Implementing Address Book Containers=_mapi1book_Implementing_Address_Book_Containers
  442. 2 Implementing IABContainer::CreateEntry=_mapi1book_Implementing_IABContainer_CreateEntry
  443. 2 Implementing IABContainer::CopyEntries=_mapi1book_Implementing_IABContainer_CopyEntries
  444. 2 Implementing IABContainer::DeleteEntries=_mapi1book_Implementing_IABContainer_DeleteEntries
  445. 2 Implementing Advanced Searching=_mapi1book_Implementing_Advanced_Searching
  446. 2 Implementing Name Resolution=_mapi1book_Implementing_Name_Resolution
  447. 2 Implementing IABContainer::ResolveNames=_mapi1book_Implementing_IABContainer_ResolveNames
  448. 2 Implementing the PR_ANR Property Restriction=_mapi1book_Implementing_the_PR_ANR_Property_Restriction
  449. 2 Implementing a Host Address Book Provider=_mapi1book_Implementing_a_Host_Address_Book_Provider
  450. 2 Implementing Recipient Details=_mapi1book_Implementing_Recipient_Details
  451. 2 Implementing Control Objects=_mapi1book_Implementing_Control_Objects
  452. 2 Implementing an Address Book Status Object=_mapi1book_Implementing_an_Address_Book_Status_Object
  453. 2 Implementing One-Off Tables=_mapi1book_Implementing_One_Off_Tables
  454. 2 Implementing a Provider One-Off Table=_mapi1book_Implementing_a_Provider_One_Off_Table
  455. 2 Implementing a Container One-Off Table=_mapi1book_Implementing_a_Container_One_Off_Table
  456. 1 Developing a Transport Provider
  457. 2 Developing a Transport Provider=_mapi1book_Developing_a_Transport_Provider
  458. 2 What is a Transport Provider=_mapi1book_What_is_a_Transport_Provider
  459. 2 Types of Transport Providers=_mapi1book_Types_of_Transport_Providers
  460. 2 Transport Provider's Role in the MAPI Subsystem=_mapi1book_Transport_Providers_Role_in_the_MAPI_Subsystem
  461. 2 Transport Provider-MAPI Spooler Operational Model=_mapi1book_Transport_Provider_MAPI_Spooler_Operational_Model
  462. 2 Message Submission Model=_mapi1book_Message_Submission_Model
  463. 2 Message Reception Model=_mapi1book_Message_Reception_Model
  464. 2 Required Functionality for Transport Providers=_mapi1book_Required_Functionality_for_Transport_Providers
  465. 2 Working with MAPI and Other Providers=_mapi1book_Working_with_MAPI_and_Other_Providers
  466. 2 Interacting with the MAPI Spooler=_mapi1book_Interacting_with_the_MAPI_Spooler
  467. 2 Initializing the Transport Provider=_mapi1book_Initializing_the_Transport_Provider
  468. 2 Releasing the Transport Provider=_mapi1book_Releasing_the_Transport_Provider
  469. 2 Implementing the FlushQueues Method=_mapi1book_Implementing_the_FlushQueues_Method
  470. 2 Setting Properties on Incoming Messages=_mapi1book_Setting_Properties_on_Incoming_Messages
  471. 2 Using the Support Object=_mapi1book_Using_the_Support_Object
  472. 2 Providing Status=_mapi1book_Providing_Status
  473. 2 Optional Features Transport Providers Can Implement=_mapi1book_Optional_Features_Transport_Providers_Can_Implement
  474. 2 Implementing Message and Recipient Options with Transport Providers=_mapi1book_Implementing_Message_and_Recipient_Options_with_Transport_Providers
  475. 2 Implementing Security with Transport Providers=_mapi1book_Implementing_Security_with_Transport_Providers
  476. 2 Displaying Configuration Property Sheets with Transport Providers=_mapi1book_Displaying_Configuration_Property_Sheets_with_Transport_Providers
  477. 2 Sending Message Delivery Reports with Transport Providers=_mapi1book_Sending_Message_Delivery_Reports_with_Transport_Providers
  478. 1 Developing a TNEF-Enabled Transport Provider
  479. 2 Developing a TNEF-Enabled Transport Provider=_mapi1book_Developing_a_TNEF_Enabled_Transport_Provider
  480. 2 TNEF Processing=_mapi1book_TNEF_Processing
  481. 2 Encoding a Message with TNEF=_mapi1book_Encoding_a_Message_with_TNEF
  482. 2 Custom Processing with TNEF=_mapi1book_Custom_Processing_with_TNEF
  483. 2 Sending Messages with TNEF Custom Attachment Processing=_mapi1book_Sending_Messages_with_TNEF_Custom_Attachment_Processing
  484. 2 Receiving Messages with TNEF Custom Attachment Processing=_mapi1book_Receiving_Messages_with_TNEF_Custom_Attachment_Processing
  485. 2 TNEF Tagged Message Text=_mapi1book_TNEF_Tagged_Message_Text
  486. 2 Encoding Recipient Tables with TNEF=_mapi1book_Encoding_Recipient_Tables_with_TNEF
  487. 1 Developing a Remote Transport Provider
  488. 2 Developing a Remote Transport Provider=_mapi1book_Developing_a_Remote_Transport_Provider
  489. 2 Remote Transport Architecture=_mapi1book_Remote_Transport_Architecture
  490. 2 Advertising a Remote Transport=_mapi1book_Advertising_a_Remote_Transport
  491. 2 Required Status Row Properties for Remote Transports=_mapi1book_Required_Status_Row_Properties_for_Remote_Transports
  492. 2 Additional Remote Transport Functionality=_mapi1book_Additional_Remote_Transport_Functionality
  493. 2 Implementing the IMAPIFolder Interface for Remote Transports=_mapi1book_Implementing_the_IMAPIFolder_Interface_for_Remote_Transports
  494. 2 Implementing the IMAPIFolder Constructor for Remote Transports=_mapi1book_Implementing_the_IMAPIFolder_Constructor_for_Remote_Transports
  495. 2 Implementing the IMAPIFolder Destructor for Remote Transports=_mapi1book_Implementing_the_IMAPIFolder_Destructor_for_Remote_Transports
  496. 2 Implementing IMAPIFolder::SetMessageStatus for Remote Transports=_mapi1book_Implementing_IMAPIFolder_SetMessageStatus_for_Remote_Transports
  497. 2 Implementing the IMAPIContainer Interface for Remote Transports=_mapi1book_Implementing_the_IMAPIContainer_Interface_for_Remote_Transports
  498. 2 Implementing the IMAPIProp Interface for Folder Objects for Remote Transports=_mapi1book_Implementing_the_IMAPIProp_Interface_for_Folder_Objects_for_Remote_Transports
  499. 2 Implementing the IUnknown Interface for Folder Objects for Remote Transports=_mapi1book_Implementing_the_IUnknown_Interface_for_Folder_Objects_for_Remote_Transports
  500. 2 Implementing the IMAPIStatus Interface for Remote Transports=_mapi1book_Implementing_the_IMAPIStatus_Interface_for_Remote_Transports
  501. 2 Implementing the IMAPIStatus Constructor for Remote Transports=_mapi1book_Implementing_the_IMAPIStatus_Constructor_for_Remote_Transports
  502. 2 Implementing the IMAPIStatus Destructor for Remote Transports=_mapi1book_Implementing_the_IMAPIStatus_Destructor_for_Remote_Transports
  503. 2 Implementing IMAPIStatus::ChangePassword for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_ChangePassword_for_Status_Objects_for_Remote_Transports
  504. 2 Implementing IMAPIStatus::FlushQueues for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_FlushQueues_for_Status_Objects_for_Remote_Transports
  505. 2 Implementing IMAPIStatus::SettingsDialog for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_SettingsDialog_for_Status_Objects_for_Remote_Transports
  506. 2 Implementing IMAPIStatus::ValidateState for Status Objects for Remote Transports=_mapi1book_Implementing_IMAPIStatus_ValidateState_for_Status_Objects_for_Remote_Transports
  507. 2 Implementing the IMAPIProp Interface for Status Objects for Remote Transports=_mapi1book_Implementing_the_IMAPIProp_Interface_for_Status_Objects_for_Remote_Transports
  508. 2 Implementing the IUnknown Interface for Status Objects for Remote Transports=_mapi1book_Implementing_the_IUnknown_Interface_for_Status_Objects_for_Remote_Transports
  509. 2 Background Processing and Allocating Scarce Resources=_mapi1book_Background_Processing_and_Allocating_Scarce_Resources
  510. 2 About Background Processing=_mapi1book_About_Background_Processing
  511. 2 Guidelines for Allocating Scarce Resources=_mapi1book_Guidelines_for_Allocating_Scarce_Resources
  512. 1 Developing a Message Store Provider
  513. 2 Developing a Message Store Provider=_mapi1book_Developing_a_Message_Store_Provider
  514. 2 About the Structure of Message Store Providers=_mapi1book_About_the_Structure_of_Message_Store_Providers
  515. 2 About Required and Optional Interfaces for Message Store Providers=_mapi1book_About_Required_and_Optional_Interfaces_for_Message_Store_Providers
  516. 2 About Message Store Features=_mapi1book_About_Message_Store_Features
  517. 2 About Providing Status for Message Store Providers=_mapi1book_About_Providing_Status_for_Message_Store_Providers
  518. 2 About Implementing Folders in Message Stores=_mapi1book_About_Implementing_Folders_in_Message_Stores
  519. 2 About Exposing Folders in Message Stores=_mapi1book_About_Exposing_Folders_in_Message_Stores
  520. 2 About Inbox and Outbox Folders in Message Stores=_mapi1book_About_Inbox_and_Outbox_Folders_in_Message_Stores
  521. 2 About Special Folders in Message Stores=_mapi1book_About_Special_Folders_in_Message_Stores
  522. 2 About Implementing Messages in Message Stores=_mapi1book_About_Implementing_Messages_in_Message_Stores
  523. 2 About Creating and Storing Messages in Message Stores=_mapi1book_About_Creating_and_Storing_Messages_in_Message_Stores
  524. 2 About Supporting Named Properties in Message Stores=_mapi1book_About_Supporting_Named_Properties_in_Message_Stores
  525. 2 About Supporting Multi-Valued Properties in Message Stores=_mapi1book_About_Supporting_Multi_Valued_Properties_in_Message_Stores
  526. 2 About Supporting Multiple Client Access to Messages in Message Stores=_mapi1book_About_Supporting_Multiple_Client_Access_to_Messages_in_Message_Stores
  527. 2 About Displaying Progress for Message Store Providers=_mapi1book_About_Displaying_Progress_for_Message_Store_Providers
  528. 2 About Providing Read and Nonread Reports for Message Store Providers=_mapi1book_About_Providing_Read_and_Nonread_Reports_for_Message_Store_Providers
  529. 2 About Implementing a Configuration Interface for Message Store Providers=_mapi1book_About_Implementing_a_Configuration_Interface_for_Message_Store_Providers
  530. 2 About Folder Associated Information Tables=_mapi1book_About_Folder_Associated_Information_Tables
  531. 2 About Sending Messages with Message Store Providers=_mapi1book_About_Sending_Messages_with_Message_Store_Providers
  532. 2 About Receiving Messages with Message Store Providers=_mapi1book_About_Receiving_Messages_with_Message_Store_Providers
  533. 2 About Supporting Message Attachments for Message Store Providers=_mapi1book_About_Supporting_Message_Attachments_for_Message_Store_Providers
  534. 2 About Supporting RTF Text for Message Store Providers=_mapi1book_About_Supporting_RTF_Text_for_Message_Store_Providers
  535. 2 About Providing Notifications for Message Store Providers=_mapi1book_About_Providing_Notifications_for_Message_Store_Providers
  536. 2 About Grouping and Restricting Tables in Message Store Providers=_mapi1book_About_Grouping_and_Restricting_Tables_in_Message_Store_Providers
  537. 2 About Supporting Searches in Message Store Providers=_mapi1book_About_Supporting_Searches_in_Message_Store_Providers
  538. 2 About Generating and Using Entry Identifiers in Message Store Providers=_mapi1book_About_Generating_and_Using_Entry_Identifiers_in_Message_Store_Providers
  539. 2 About Default Message Stores=_mapi1book_About_Default_Message_Stores
  540. 2 About Read-Only Message Stores=_mapi1book_About_Read_Only_Message_Stores
  541. 2 About Supporting Forms and Views in Read-Only Message Stores=_mapi1book_About_Supporting_Forms_and_Views_in_Read_Only_Message_Stores
  542. 2 About Tightly Coupled Message Store Providers=_mapi1book_About_Tightly_Coupled_Message_Store_Providers
  543. 2 About Loading Message Store Providers=_mapi1book_About_Loading_Message_Store_Providers
  544. 1 Developing MAPI Form Servers
  545. 2 Developing MAPI Form Servers=_mapi1book_Developing_MAPI_Form_Servers
  546. 2 Choosing a Form's Property Set=_mapi1book_Choosing_a_Forms_Property_Set
  547. 2 Choosing a Message Class=_mapi1book_Choosing_a_Message_Class
  548. 2 About Form States=_mapi1book_About_Form_States
  549. 2 About the Uninitialized State=_mapi1book_About_the_Uninitialized_State
  550. 2 About the Normal State=_mapi1book_About_the_Normal_State
  551. 2 About the No Scribble State=_mapi1book_About_the_No_Scribble_State
  552. 2 About the Hands Off After Save State=_mapi1book_About_the_Hands_Off_After_Save_State
  553. 2 About the Hands Off From Normal State=_mapi1book_About_the_Hands_Off_From_Normal_State
  554. 2 Writing Form Server Code=_mapi1book_Writing_Form_Server_Code
  555. 2 Declaring Form Interfaces=_mapi1book_Declaring_Form_Interfaces
  556. 2 Integrating MAPI Form Server Code with Windows Code=_mapi1book_Integrating_MAPI_Form_Server_Code_with_Windows_Code
  557. 2 Implementing the IMAPIForm Interface for Form Servers=_mapi1book_Implementing_the_IMAPIForm_Interface_for_Form_Servers
  558. 2 Implementing IMAPIForm::SetViewContext for Form Servers=_mapi1book_Implementing_IMAPIForm_SetViewContext_for_Form_Servers
  559. 2 Implementing IMAPIForm::GetViewContext for Form Servers=_mapi1book_Implementing_IMAPIForm_GetViewContext_for_Form_Servers
  560. 2 Implementing IMAPIForm::ShutdownForm for Form Servers=_mapi1book_Implementing_IMAPIForm_ShutdownForm_for_Form_Servers
  561. 2 Implementing IMAPIForm::DoVerb for Form Servers=_mapi1book_Implementing_IMAPIForm_DoVerb_for_Form_Servers
  562. 2 Implementing IMAPIForm::Advise for Form Servers=_mapi1book_Implementing_IMAPIForm_Advise_for_Form_Servers
  563. 2 Implementing IMAPIForm::Unadvise for Form Servers=_mapi1book_Implementing_IMAPIForm_Unadvise_for_Form_Servers
  564. 2 Implementing the IPersistMessage Interface for Form Servers=_mapi1book_Implementing_the_IPersistMessage_Interface_for_Form_Servers
  565. 2 Implementing IPersistMessage::GetClassID for Form Servers=_mapi1book_Implementing_IPersistMessage_GetClassID_for_Form_Servers
  566. 2 Implementing IPersistMessage::IsDirty for Form Servers=_mapi1book_Implementing_IPersistMessage_IsDirty_for_Form_Servers
  567. 2 Implementing IPersistMessage::InitNew for Form Servers=_mapi1book_Implementing_IPersistMessage_InitNew_for_Form_Servers
  568. 2 Implementing IPersistMessage::Load for Form Servers=_mapi1book_Implementing_IPersistMessage_Load_for_Form_Servers
  569. 2 Implementing IPersistMessage::Save for Form Servers=_mapi1book_Implementing_IPersistMessage_Save_for_Form_Servers
  570. 2 Implementing IPersistMessage::SaveCompleted for Form Servers=_mapi1book_Implementing_IPersistMessage_SaveCompleted_for_Form_Servers
  571. 2 Implementing IPersistMessage::HandsOffMessage for Form Servers=_mapi1book_Implementing_IPersistMessage_HandsOffMessage_for_Form_Servers
  572. 2 Implementing the IMAPIFormAdviseSink Interface for Form Servers=_mapi1book_Implementing_the_IMAPIFormAdviseSink_Interface_for_Form_Servers
  573. 2 Implementing IMAPIFormAdviseSink::OnChange for Form Servers=_mapi1book_Implementing_IMAPIFormAdviseSink_OnChange_for_Form_Servers
  574. 2 Implementing IMAPIFormAdviseSink::OnActivateNext for Form Servers=_mapi1book_Implementing_IMAPIFormAdviseSink_OnActivateNext_for_Form_Servers
  575. 2 Implementing the IClassFactory Interface for Form Servers=_mapi1book_Implementing_the_IClassFactory_Interface_for_Form_Servers
  576. 2 Implementing the IMAPIFormFactory Interface for Form Servers=_mapi1book_Implementing_the_IMAPIFormFactory_Interface_for_Form_Servers
  577. 2 Implementing IMAPIFormFactory::CreateClassFactory for Form Servers=_mapi1book_Implementing_IMAPIFormFactory_CreateClassFactory_for_Form_Servers
  578. 2 Implementing IMAPIFormFactory::LockServer for Form Servers=_mapi1book_Implementing_IMAPIFormFactory_LockServer_for_Form_Servers
  579. 2 Creating A Configuration File=_mapi1book_Creating_A_Configuration_File
  580. 2 Configuration File Format=_mapi1book_Configuration_File_Format
  581. 2 The [Description] Section in a Form Server Configuration File=_mapi1book_The_Description_Section_in_a_Form_Server_Configuration_File
  582. 2 The [Extensions] Section in a Form Server Configuration File=_mapi1book_The_Extensions_Section_in_a_Form_Server_Configuration_File
  583. 2 The [Platforms] Section in a Form Server Configuration File=_mapi1book_The_Platforms_Section_in_a_Form_Server_Configuration_File
  584. 2 The [Properties] Section in a Form Server Configuration File=_mapi1book_The_Properties_Section_in_a_Form_Server_Configuration_File
  585. 2 The [Verbs] Section in a Form Server Configuration File=_mapi1book_The_Verbs_Section_in_a_Form_Server_Configuration_File
  586. 2 Form Server Interactions=_mapi1book_Form_Server_Interactions
  587. 2 Retrieving Form Properties=_mapi1book_Retrieving_Form_Properties
  588. 2 Launching a Form to Read a Message=_mapi1book_Launching_a_Form_to_Read_a_Message
  589. 2 Launching a New Compose Form=_mapi1book_Launching_a_New_Compose_Form
  590. 2 Launching a Form Server=_mapi1book_Launching_a_Form_Server
  591. 2 Installing a Form into a Library=_mapi1book_Installing_a_Form_into_a_Library
  592. 1 Developing a Hook Provider or Preprocessor
  593. 2 Developing a Hook Provider or Preprocessor=_mapi1book_Developing_a_Hook_Provider_or_Preprocessor
  594. 2 Sending Messages using Hook Providers and Preprocessors=_mapi1book_Sending_Messages_using_Hook_Providers_and_Preprocessors
  595. 2 Receiving Messages using Hook Providers=_mapi1book_Receiving_Messages_using_Hook_Providers
  596. 2 About Hook Providers=_mapi1book_About_Hook_Providers
  597. 2 About Hook Provider Entry Points=_mapi1book_About_Hook_Provider_Entry_Points
  598. 2 About Implementing HPProviderInit for Hook Providers=_mapi1book_About_Implementing_HPProviderInit_for_Hook_Providers
  599. 2 About Implementing ServiceEntry for Hook Providers=_mapi1book_About_Implementing_ServiceEntry_for_Hook_Providers
  600. 2 About Implementing WizardEntry for Hook Providers=_mapi1book_About_Implementing_WizardEntry_for_Hook_Providers
  601. 2 About Hook Provider Interfaces=_mapi1book_About_Hook_Provider_Interfaces
  602. 2 Implementing the InboundMsgHook and OutboundMsgHook Methods for Hook Providers=_mapi1book_Implementing_the_InboundMsgHook_and_OutboundMsgHook_Methods_for_Hook_Providers
  603. 2 Interactions Between Hook Providers and the MAPI Spooler=_mapi1book_Interactions_Between_Hook_Providers_and_the_MAPI_Spooler
  604. 2 About Preprocessors=_mapi1book_About_Preprocessors
  605. 2 Registering a Preprocessor=_mapi1book_Registering_a_Preprocessor
  606. 2 Creating a Minimal Transport Provider=_mapi1book_Creating_a_Minimal_Transport_Provider
  607. 2 Implementing the PreprocessMessage Function for Preprocessors=_mapi1book_Implementing_the_PreprocessMessage_Function_for_Preprocessors
  608. 2 Implementing the RemovePreprocessInfo Function for Preprocessors=_mapi1book_Implementing_the_RemovePreprocessInfo_Function_for_Preprocessors
  609. 1 Testing and Debugging
  610. 2 Testing and Debugging=_mapi1book_Testing_and_Debugging
  611. 2 About MAPIDBG.INI=_mapi1book_About_MAPIDBG.INI
  612. 2 The [General] Section in MAPIDBG.INI=_mapi1book_The_General_Section_in_MAPIDBG.INI
  613. 2 The [Local Heap Failures] Section in MAPIDBG.INI=_mapi1book_The_Local_Heap_Failures_Section_in_MAPIDBG.INI
  614. 2 The [Memory Management] Section in MAPIDBG.INI=_mapi1book_The_Memory_Management_Section_in_MAPIDBG.INI
  615. 2 The [MAPIX] Section in MAPIDBG.INI=_mapi1book_The_MAPIX_Section_in_MAPIDBG.INI
  616. 2 The [Simple MAPI] Section in MAPIDBG.INI=_mapi1book_The_Simple_MAPI_Section_in_MAPIDBG.INI
  617. 2 The [Spooler] Section in MAPIDBG.INI=_mapi1book_The_Spooler_Section_in_MAPIDBG.INI
  618. 2 The [TNEF] Section in MAPIDBG.INI=_mapi1book_The_TNEF_Section_in_MAPIDBG.INI
  619. 2 Tracing Memory Leaks=_mapi1book_Tracing_Memory_Leaks
  620. 1 MAPI Interfaces
  621. 2 MAPI Interfaces=_mapi1book_MAPI_Interfaces
  622. 2 IABContainer : IMAPIContainer=_mapi1book_IABContainer_IMAPIContainer
  623. 2 IABContainer::CopyEntries=_mapi1book_IABContainer_CopyEntries
  624. 2 IABContainer::CreateEntry=_mapi1book_IABContainer_CreateEntry
  625. 2 IABContainer::DeleteEntries=_mapi1book_IABContainer_DeleteEntries
  626. 2 IABContainer::ResolveNames=_mapi1book_IABContainer_ResolveNames
  627. 1 IABLogon
  628. 2 IABLogon : IUnknown=_mapi1book_IABLogon_IUnknown
  629. 2 IABLogon::Advise=_mapi1book_IABLogon_Advise
  630. 2 IABLogon::CompareEntryIDs=_mapi1book_IABLogon_CompareEntryIDs
  631. 2 IABLogon::GetLastError=_mapi1book_IABLogon_GetLastError
  632. 2 IABLogon::GetOneOffTable=_mapi1book_IABLogon_GetOneOffTable
  633. 2 IABLogon::Logoff=_mapi1book_IABLogon_Logoff
  634. 2 IABLogon::OpenEntry=_mapi1book_IABLogon_OpenEntry
  635. 2 IABLogon::OpenStatusEntry=_mapi1book_IABLogon_OpenStatusEntry
  636. 2 IABLogon::OpenTemplateID=_mapi1book_IABLogon_OpenTemplateID
  637. 2 IABLogon::PrepareRecips=_mapi1book_IABLogon_PrepareRecips
  638. 2 IABLogon::Unadvise=_mapi1book_IABLogon_Unadvise
  639. 1 IABProvider
  640. 2 IABProvider : IUnknown=_mapi1book_IABProvider_IUnknown
  641. 2 IABProvider::Logon=_mapi1book_IABProvider_Logon
  642. 2 IABProvider::Shutdown=_mapi1book_IABProvider_Shutdown
  643. 1 IAddrBook
  644. 2 IAddrBook : IUnknown=_mapi1book_IAddrBook_IUnknown
  645. 2 IAddrBook::Address=_mapi1book_IAddrBook_Address
  646. 2 IAddrBook::Advise=_mapi1book_IAddrBook_Advise
  647. 2 IAddrBook::CompareEntryIDs=_mapi1book_IAddrBook_CompareEntryIDs
  648. 2 IAddrBook::CreateOneOff=_mapi1book_IAddrBook_CreateOneOff
  649. 2 IAddrBook::Details=_mapi1book_IAddrBook_Details
  650. 2 IAddrBook::GetDefaultDir=_mapi1book_IAddrBook_GetDefaultDir
  651. 2 IAddrBook::GetPAB=_mapi1book_IAddrBook_GetPAB
  652. 2 IAddrBook::GetSearchPath=_mapi1book_IAddrBook_GetSearchPath
  653. 2 IAddrBook::NewEntry=_mapi1book_IAddrBook_NewEntry
  654. 2 IAddrBook::OpenEntry=_mapi1book_IAddrBook_OpenEntry
  655. 2 IAddrBook::PrepareRecips=_mapi1book_IAddrBook_PrepareRecips
  656. 2 IAddrBook::QueryDefaultRecipOpt=_mapi1book_IAddrBook_QueryDefaultRecipOpt
  657. 2 IAddrBook::RecipOptions=_mapi1book_IAddrBook_RecipOptions
  658. 2 IAddrBook::ResolveName=_mapi1book_IAddrBook_ResolveName
  659. 2 IAddrBook::SetDefaultDir=_mapi1book_IAddrBook_SetDefaultDir
  660. 2 IAddrBook::SetPAB=_mapi1book_IAddrBook_SetPAB
  661. 2 IAddrBook::SetSearchPath=_mapi1book_IAddrBook_SetSearchPath
  662. 2 IAddrBook::Unadvise=_mapi1book_IAddrBook_Unadvise
  663. 1 IAttach
  664. 2 IAttach : IMAPIProp=_mapi1book_IAttach_IMAPIProp
  665. 1 IDistList
  666. 2 IDistList : IMAPIContainer=_mapi1book_IDistList_IMAPIContainer
  667. 1 IMailUser
  668. 2 IMailUser : IMAPIProp=_mapi1book_IMailUser_IMAPIProp
  669. 1 IMAPIAdviseSink
  670. 2 IMAPIAdviseSink : IUnknown=_mapi1book_IMAPIAdviseSink_IUnknown
  671. 2 IMAPIAdviseSink::OnNotify=_mapi1book_IMAPIAdviseSink_OnNotify
  672. 1 IMAPIContainer
  673. 2 IMAPIContainer : IMAPIProp=_mapi1book_IMAPIContainer_IMAPIProp
  674. 2 IMAPIContainer::GetContentsTable=_mapi1book_IMAPIContainer_GetContentsTable
  675. 2 IMAPIContainer::GetHierarchyTable=_mapi1book_IMAPIContainer_GetHierarchyTable
  676. 2 IMAPIContainer::GetSearchCriteria=_mapi1book_IMAPIContainer_GetSearchCriteria
  677. 2 IMAPIContainer::OpenEntry=_mapi1book_IMAPIContainer_OpenEntry
  678. 2 IMAPIContainer::SetSearchCriteria=_mapi1book_IMAPIContainer_SetSearchCriteria
  679. 1 IMAPIControl
  680. 2 IMAPIControl : IUnknown=_mapi1book_IMAPIControl_IUnknown
  681. 2 IMAPIControl::Activate=_mapi1book_IMAPIControl_Activate
  682. 2 IMAPIControl::GetLastError=_mapi1book_IMAPIControl_GetLastError
  683. 2 IMAPIControl::GetState=_mapi1book_IMAPIControl_GetState
  684. 1 IMAPIFolder
  685. 2 IMAPIFolder : IMAPIContainer=_mapi1book_IMAPIFolder_IMAPIContainer
  686. 2 IMAPIFolder::CopyFolder=_mapi1book_IMAPIFolder_CopyFolder
  687. 2 IMAPIFolder::CopyMessages=_Mapi1book_IMAPIFolder_CopyMessages
  688. 2 IMAPIFolder::CreateFolder=_Mapi1book_IMAPIFolder_CreateFolder
  689. 2 IMAPIFolder::CreateMessage=_Mapi1book_IMAPIFolder_CreateMessage
  690. 2 IMAPIFolder::DeleteFolder=_Mapi1book_IMAPIFolder_DeleteFolder
  691. 2 IMAPIFolder::DeleteMessages=_Mapi1book_IMAPIFolder_DeleteMessages
  692. 2 IMAPIFolder::EmptyFolder=_Mapi1book_IMAPIFolder_EmptyFolder
  693. 2 IMAPIFolder::GetMessageStatus=_Mapi1book_IMAPIFolder_GetMessageStatus
  694. 2 IMAPIFolder::SaveContentsSort=_Mapi1book_IMAPIFolder_SaveContentsSort
  695. 2 IMAPIFolder::SetMessageStatus=_Mapi1book_IMAPIFolder_SetMessageStatus
  696. 2 IMAPIFolder::SetReadFlags=_mapi1book_IMAPIFolder_SetReadFlags
  697. 1 IMAPIForm
  698. 2 IMAPIForm : IUnknown=_mapi1book_IMAPIForm_IUnknown
  699. 2 IMAPIForm::Advise=_mapi1book_IMAPIForm_Advise
  700. 2 IMAPIForm::DoVerb=_mapi1book_IMAPIForm_DoVerb
  701. 2 IMAPIForm::GetViewContext=_mapi1book_IMAPIForm_GetViewContext
  702. 2 IMAPIForm::SetViewContext=_mapi1book_IMAPIForm_SetViewContext
  703. 2 IMAPIForm::ShutdownForm=_mapi1book_IMAPIForm_ShutdownForm
  704. 2 IMAPIForm::Unadvise=_mapi1book_IMAPIForm_Unadvise
  705. 1 IMAPIFormAdviseSink
  706. 2 IMAPIFormAdviseSink : IUnknown=_mapi1book_IMAPIFormAdviseSink_IUnknown
  707. 2 IMAPIFormAdviseSink::OnActivateNext=_mapi1book_IMAPIFormAdviseSink_OnActivateNext
  708. 2 IMAPIFormAdviseSink::OnChange=_mapi1book_IMAPIFormAdviseSink_OnChange
  709. 1 IMAPIFormContainer
  710. 2 IMAPIFormContainer : IUnknown=_mapi1book_IMAPIFormContainer_IUnknown
  711. 2 IMAPIFormContainer::CalcFormPropSet=_mapi1book_IMAPIFormContainer_CalcFormPropSet
  712. 2 IMAPIFormContainer::GetDisplay=_mapi1book_IMAPIFormContainer_GetDisplay
  713. 2 IMAPIFormContainer::InstallForm=_mapi1book_IMAPIFormContainer_InstallForm
  714. 2 IMAPIFormContainer::RemoveForm=_mapi1book_IMAPIFormContainer_RemoveForm
  715. 2 IMAPIFormContainer::ResolveMessageClass=_mapi1book_IMAPIFormContainer_ResolveMessageClass
  716. 2 IMAPIFormContainer::ResolveMultipleMessageClasses=_mapi1book_IMAPIFormContainer_ResolveMultipleMessageClasses
  717. 1 IMAPIFormFactory
  718. 2 IMAPIFormFactory : IUnknown=_mapi1book_IMAPIFormFactory_IUnknown
  719. 2 IMAPIFormFactory::CreateClassFactory=_mapi1book_IMAPIFormFactory_CreateClassFactory
  720. 2 IMAPIFormFactory::LockServer=_mapi1book_IMAPIFormFactory_LockServer
  721. 1 IMAPIFormInfo
  722. 2 IMAPIFormInfo : IMAPIProp=_mapi1book_IMAPIFormInfo_IMAPIProp
  723. 2 IMAPIFormInfo::CalcFormPropSet=_mapi1book_IMAPIFormInfo_CalcFormPropSet
  724. 2 IMAPIFormInfo::CalcVerbSet=_mapi1book_IMAPIFormInfo_CalcVerbSet
  725. 2 IMAPIFormInfo::MakeIconFromBinary=_mapi1book_IMAPIFormInfo_MakeIconFromBinary
  726. 2 IMAPIFormInfo::OpenFormContainer=_mapi1book_IMAPIFormInfo_OpenFormContainer
  727. 2 IMAPIFormInfo::SaveForm=_mapi1book_IMAPIFormInfo_SaveForm
  728. 1 IMAPIFormMgr
  729. 2 IMAPIFormMgr : IUnknown=_mapi1book_IMAPIFormMgr_IUnknown
  730. 2 IMAPIFormMgr::CalcFormPropSet=_mapi1book_IMAPIFormMgr_CalcFormPropSet
  731. 2 IMAPIFormMgr::CreateForm=_mapi1book_IMAPIFormMgr_CreateForm
  732. 2 IMAPIFormMgr::IsInConflict=_mapi1book_IMAPIFormMgr_IsInConflict
  733. 2 IMAPIFormMgr::LoadForm=_mapi1book_IMAPIFormMgr_LoadForm
  734. 2 IMAPIFormMgr::OpenFormContainer=_mapi1book_IMAPIFormMgr_OpenFormContainer
  735. 2 IMAPIFormMgr::PrepareForm=_mapi1book_IMAPIFormMgr_PrepareForm
  736. 2 IMAPIFormMgr::ResolveMessageClass=_mapi1book_IMAPIFormMgr_ResolveMessageClass
  737. 2 IMAPIFormMgr::ResolveMultipleMessageClasses=_mapi1book_IMAPIFormMgr_ResolveMultipleMessageClasses
  738. 2 IMAPIFormMgr::SelectForm=_mapi1book_IMAPIFormMgr_SelectForm
  739. 2 IMAPIFormMgr::SelectMultipleForms=_mapi1book_IMAPIFormMgr_SelectMultipleForms
  740. 2 IMAPIFormMgr::SelectFormContainer=_mapi1book_IMAPIFormMgr_SelectFormContainer
  741. 1 IMAPIMessageSite
  742. 2 IMAPIMessageSite : IUnknown=_mapi1book_IMAPIMessageSite_IUnknown
  743. 2 IMAPIMessageSite::CopyMessage=_mapi1book_IMAPIMessageSite_CopyMessage
  744. 2 IMAPIMessageSite::DeleteMessage=_mapi1book_IMAPIMessageSite_DeleteMessage
  745. 2 IMAPIMessageSite::GetFolder=_mapi1book_IMAPIMessageSite_GetFolder
  746. 2 IMAPIMessageSite::GetFormManager=_mapi1book_IMAPIMessageSite_GetFormManager
  747. 2 IMAPIMessageSite::GetMessage=_mapi1book_IMAPIMessageSite_GetMessage
  748. 2 IMAPIMessageSite::GetSession=_mapi1book_IMAPIMessageSite_GetSession
  749. 2 IMAPIMessageSite::GetSiteStatus=_mapi1book_IMAPIMessageSite_GetSiteStatus
  750. 2 IMAPIMessageSite::GetStore=_mapi1book_IMAPIMessageSite_GetStore
  751. 2 IMAPIMessageSite::MoveMessage=_mapi1book_IMAPIMessageSite_MoveMessage
  752. 2 IMAPIMessageSite::NewMessage=_mapi1book_IMAPIMessageSite_NewMessage
  753. 2 IMAPIMessageSite::SaveMessage=_mapi1book_IMAPIMessageSite_SaveMessage
  754. 2 IMAPIMessageSite::SubmitMessage=_mapi1book_IMAPIMessageSite_SubmitMessage
  755. 1 IMAPIProgress
  756. 2 IMAPIProgress : IUnknown=_mapi1book_IMAPIProgress_IUnknown
  757. 2 IMAPIProgress::GetFlags=_mapi1book_IMAPIProgress_GetFlags
  758. 2 IMAPIProgress::GetMax=_mapi1book_IMAPIProgress_GetMax
  759. 2 IMAPIProgress::GetMin=_mapi1book_IMAPIProgress_GetMin
  760. 2 IMAPIProgress::Progress=_mapi1book_IMAPIProgress_Progress
  761. 2 IMAPIProgress::SetLimits=_mapi1book_IMAPIProgress_SetLimits
  762. 1 IMAPIProp
  763. 2 IMAPIProp : IUnknown=_mapi1book_IMAPIProp_IUnknown
  764. 2 IMAPIProp::CopyProps=_mapi1book_IMAPIProp_CopyProps
  765. 2 IMAPIProp::CopyTo=_mapi1book_IMAPIProp_CopyTo
  766. 2 IMAPIProp::DeleteProps=_mapi1book_IMAPIProp_DeleteProps
  767. 2 IMAPIProp::GetIDsFromNames=_mapi1book_IMAPIProp_GetIDsFromNames
  768. 2 IMAPIProp::GetLastError=_mapi1book_IMAPIProp_GetLastError
  769. 2 IMAPIProp::GetNamesFromIDs=_mapi1book_IMAPIProp_GetNamesFromIDs
  770. 2 IMAPIProp::GetPropList=_mapi1book_IMAPIProp_GetPropList
  771. 2 IMAPIProp::GetProps=_mapi1book_IMAPIProp_GetProps
  772. 2 IMAPIProp::OpenProperty=_mapi1book_IMAPIProp_OpenProperty
  773. 2 IMAPIProp::SaveChanges=_mapi1book_IMAPIProp_SaveChanges
  774. 2 IMAPIProp::SetProps=_mapi1book_IMAPIProp_SetProps
  775. 1 IMAPISession
  776. 2 IMAPISession : IUnknown=_mapi1book_IMAPISession_IUnknown
  777. 2 IMAPISession::AdminServices=_mapi1book_IMAPISession_AdminServices
  778. 2 IMAPISession::Advise=_mapi1book_IMAPISession_Advise
  779. 2 IMAPISession::CompareEntryIDs=_mapi1book_IMAPISession_CompareEntryIDs
  780. 2 IMAPISession::EnumAdrTypes=_mapi1book_IMAPISession_EnumAdrTypes
  781. 2 IMAPISession::GetLastError=_mapi1book_IMAPISession_GetLastError
  782. 2 IMAPISession::GetMsgStoresTable=_mapi1book_IMAPISession_GetMsgStoresTable
  783. 2 IMAPISession::GetStatusTable=_mapi1book_IMAPISession_GetStatusTable
  784. 2 IMAPISession::Logoff=_mapi1book_IMAPISession_Logoff
  785. 2 IMAPISession::MessageOptions=_mapi1book_IMAPISession_MessageOptions
  786. 2 IMAPISession::OpenAddressBook=_mapi1book_IMAPISession_OpenAddressBook
  787. 2 IMAPISession::OpenEntry=_mapi1book_IMAPISession_OpenEntry
  788. 2 IMAPISession::OpenMsgStore=_mapi1book_IMAPISession_OpenMsgStore
  789. 2 IMAPISession::OpenProfileSection=_mapi1book_IMAPISession_OpenProfileSection
  790. 2 IMAPISession::PrepareForm=_mapi1book_IMAPISession_PrepareForm
  791. 2 IMAPISession::QueryDefaultMessageOpt=_mapi1book_IMAPISession_QueryDefaultMessageOpt
  792. 2 IMAPISession::QueryIdentity=_mapi1book_IMAPISession_QueryIdentity
  793. 2 IMAPISession::SetDefaultStore=_mapi1book_IMAPISession_SetDefaultStore
  794. 2 IMAPISession::ShowForm=_mapi1book_IMAPISession_ShowForm
  795. 2 IMAPISession::Unadvise=_mapi1book_IMAPISession_Unadvise
  796. 1 IMAPIStatus
  797. 2 IMAPIStatus : IMAPIProp=_mapi1book_IMAPIStatus_IMAPIProp
  798. 2 IMAPIStatus::ChangePassword=_mapi1book_IMAPIStatus_ChangePassword
  799. 2 IMAPIStatus::FlushQueues=_mapi1book_IMAPIStatus_FlushQueues
  800. 2 IMAPIStatus::SettingsDialog=_mapi1book_IMAPIStatus_SettingsDialog
  801. 2 IMAPIStatus::ValidateState=_mapi1book_IMAPIStatus_ValidateState
  802. 1 IMAPISupport
  803. 2 IMAPISupport : IUnknown=_mapi1book_IMAPISupport_IUnknown
  804. 2 IMAPISupport::Address=_mapi1book_IMAPISupport_Address
  805. 2 IMAPISupport::CompareEntryIDs=_mapi1book_IMAPISupport_CompareEntryIDs
  806. 2 IMAPISupport::CompleteMsg=_mapi1book_IMAPISupport_CompleteMsg
  807. 2 IMAPISupport::CopyFolder=_mapi1book_IMAPISupport_CopyFolder
  808. 2 IMAPISupport::CopyMessages=_mapi1book_IMAPISupport_CopyMessages
  809. 2 IMAPISupport::CreateOneOff=_mapi1book_IMAPISupport_CreateOneOff
  810. 2 IMAPISupport::Details=_mapi1book_IMAPISupport_Details
  811. 2 IMAPISupport::DoConfigPropsheet=_mapi1book_IMAPISupport_DoConfigPropsheet
  812. 2 IMAPISupport::DoCopyProps=_mapi1book_IMAPISupport_DoCopyProps_
  813. 2 IMAPISupport::DoCopyTo=_mapi1book_IMAPISupport_DoCopyTo
  814. 2 IMAPISupport::DoProgressDialog=_mapi1book_IMAPISupport_DoProgressDialog
  815. 2 IMAPISupport::DoSentMail=_mapi1book_IMAPISupport_DoSentMail
  816. 2 IMAPISupport::ExpandRecips=_mapi1book_IMAPISupport_ExpandRecips
  817. 2 IMAPISupport::GetLastError=_mapi1book_IMAPISupport_GetLastError
  818. 2 IMAPISupport::GetMemAllocRoutines=_mapi1book_IMAPISupport_GetMemAllocRoutines
  819. 2 IMAPISupport::GetOneOffTable=_mapi1book_IMAPISupport_GetOneOffTable
  820. 2 IMAPISupport::GetSvcConfigSupportObj=_mapi1book_IMAPISupport_GetSvcConfigSupportObj
  821. 2 IMAPISupport::IStorageFromStream=_mapi1book_IMAPISupport_IStorageFromStream
  822. 2 IMAPISupport::MakeInvalid=_mapi1book_IMAPISupport_MakeInvalid
  823. 2 IMAPISupport::ModifyProfile=_mapi1book_IMAPISupport_ModifyProfile
  824. 2 IMAPISupport::ModifyStatusRow=_mapi1book_IMAPISupport_ModifyStatusRow
  825. 2 IMAPISupport::NewEntry=_mapi1book_IMAPISupport_NewEntry
  826. 2 IMAPISupport::NewUID=_mapi1book_IMAPISupport_NewUID
  827. 2 IMAPISupport::Notify=_mapi1book_IMAPISupport_Notify
  828. 2 IMAPISupport::OpenAddressBook=_mapi1book_IMAPISupport_OpenAddressBook
  829. 2 IMAPISupport::OpenEntry=_mapi1book_IMAPISupport_OpenEntry
  830. 2 IMAPISupport::OpenProfileSection=_mapi1book_IMAPISupport_OpenProfileSection
  831. 2 IMAPISupport::OpenTemplateID=_mapi1book_IMAPISupport_OpenTemplateID
  832. 2 IMAPISupport::PrepareSubmit=_mapi1book_IMAPISupport_PrepareSubmit
  833. 2 IMAPISupport::ReadReceipt=_mapi1book_IMAPISupport_ReadReceipt
  834. 2 IMAPISupport::RegisterPreprocessor=_mapi1book_IMAPISupport_RegisterPreprocessor
  835. 2 IMAPISupport::SetProviderUID=_mapi1book_IMAPISupport_SetProviderUID
  836. 2 IMAPISupport::SpoolerNotify=_mapi1book_IMAPISupport_SpoolerNotify
  837. 2 IMAPISupport::SpoolerYield=_mapi1book_IMAPISupport_SpoolerYield
  838. 2 IMAPISupport::StatusRecips=_mapi1book_IMAPISupport_StatusRecips
  839. 2 IMAPISupport::StoreLogoffTransports=_mapi1book_IMAPISupport_StoreLogoffTransports
  840. 2 IMAPISupport::Subscribe=_mapi1book_IMAPISupport_Subscribe
  841. 2 IMAPISupport::Unsubscribe=_mapi1book_IMAPISupport_Unsubscribe
  842. 2 IMAPISupport::WrapStoreEntryID=_mapi1book_IMAPISupport_WrapStoreEntryID
  843. 1 IMAPITable
  844. 2 IMAPITable : IUnknown=_mapi1book_IMAPITable_IUnknown
  845. 2 IMAPITable::Abort=_mapi1book_IMAPITable_Abort
  846. 2 IMAPITable::Advise=_mapi1book_IMAPITable_Advise
  847. 2 IMAPITable::CollapseRow=_mapi1book_IMAPITable_CollapseRow
  848. 2 IMAPITable::CreateBookmark=_mapi1book_IMAPITable_CreateBookmark
  849. 2 IMAPITable::ExpandRow=_mapi1book_IMAPITable_ExpandRow
  850. 2 IMAPITable::FindRow=_mapi1book_IMAPITable_FindRow
  851. 2 IMAPITable::FreeBookmark=_mapi1book_IMAPITable_FreeBookmark
  852. 2 IMAPITable::GetCollapseState=_mapi1book_IMAPITable_GetCollapseState
  853. 2 IMAPITable::GetLastError=_mapi1book_IMAPITable_GetLastError
  854. 2 IMAPITable::GetRowCount=_mapi1book_IMAPITable_GetRowCount
  855. 2 IMAPITable::GetStatus=_mapi1book_IMAPITable_GetStatus
  856. 2 IMAPITable::QueryColumns=_mapi1book_IMAPITable_QueryColumns
  857. 2 IMAPITable::QueryPosition=_mapi1book_IMAPITable_QueryPosition
  858. 2 IMAPITable::QueryRows=_mapi1book_IMAPITable_QueryRows
  859. 2 IMAPITable::QuerySortOrder=_mapi1book_IMAPITable_QuerySortOrder
  860. 2 IMAPITable::Restrict=_mapi1book_IMAPITable_Restrict
  861. 2 IMAPITable::SeekRow=_mapi1book_IMAPITable_SeekRow
  862. 2 IMAPITable::SeekRowApprox=_mapi1book_IMAPITable_SeekRowApprox
  863. 2 IMAPITable::SetCollapseState=_mapi1book_IMAPITable_SetCollapseState
  864. 2 IMAPITable::SetColumns=_mapi1book_IMAPITable_SetColumns
  865. 2 IMAPITable::SortTable=_mapi1book_IMAPITable_SortTable
  866. 2 IMAPITable::Unadvise=_mapi1book_IMAPITable_Unadvise
  867. 2 IMAPITable::WaitForCompletion=_mapi1book_IMAPITable_WaitForCompletion
  868. 1 IMAPIViewAdviseSink
  869. 2 IMAPIViewAdviseSink : IUnknown=_mapi1book_IMAPIViewAdviseSink_IUnknown
  870. 2 IMAPIViewAdviseSink::OnShutdown=_mapi1book_IMAPIViewAdviseSink_OnShutdown
  871. 2 IMAPIViewAdviseSink::OnNewMessage=_mapi1book_IMAPIViewAdviseSink_OnNewMessage
  872. 2 IMAPIViewAdviseSink::OnPrint=_mapi1book_IMAPIViewAdviseSink_OnPrint
  873. 2 IMAPIViewAdviseSink::OnSaved=_mapi1book_IMAPIViewAdviseSink_OnSaved
  874. 2 IMAPIViewAdviseSink::OnSubmitted=_mapi1book_IMAPIViewAdviseSink_OnSubmitted
  875. 1 IMAPIViewContext
  876. 2 IMAPIViewContext : IUnknown=_mapi1book_IMAPIViewContext_IUnknown
  877. 2 IMAPIViewContext::ActivateNext=_mapi1book_IMAPIViewContext_ActivateNext
  878. 2 IMAPIViewContext::GetPrintSetup=_mapi1book_IMAPIViewContext_GetPrintSetup
  879. 2 IMAPIViewContext::GetSaveStream=_mapi1book_IMAPIViewContext_GetSaveStream
  880. 2 IMAPIViewContext::GetViewStatus=_mapi1book_IMAPIViewContext_GetViewStatus
  881. 2 IMAPIViewContext::SetAdviseSink=_mapi1book_IMAPIViewContext_SetAdviseSink
  882. 1 IMessage
  883. 2 IMessage : IMAPIProp=_mapi1book_IMessage_IMAPIProp
  884. 2 IMessage::CreateAttach=_mapi1book_IMessage_CreateAttach
  885. 2 IMessage::DeleteAttach=_mapi1book_IMessage_DeleteAttach
  886. 2 IMessage::GetAttachmentTable=_mapi1book_IMessage_GetAttachmentTable
  887. 2 IMessage::GetRecipientTable=_mapi1book_IMessage_GetRecipientTable
  888. 2 IMessage::ModifyRecipients=_mapi1book_IMessage_ModifyRecipients
  889. 2 IMessage::OpenAttach=_mapi1book_IMessage_OpenAttach
  890. 2 IMessage::SetReadFlag=_mapi1book_IMessage_SetReadFlag
  891. 2 IMessage::SubmitMessage=_mapi1book_IMessage_SubmitMessage
  892. 1 IMsgServiceAdmin
  893. 2 IMsgServiceAdmin : IUnknown=_mapi1book_IMsgServiceAdmin_IUnknown
  894. 2 IMsgServiceAdmin::AdminProviders=_mapi1book_IMsgServiceAdmin_AdminProviders
  895. 2 IMsgServiceAdmin::ConfigureMsgService=_mapi1book_IMsgServiceAdmin_ConfigureMsgService
  896. 2 IMsgServiceAdmin::CopyMsgService=_mapi1book_IMsgServiceAdmin_CopyMsgService
  897. 2 IMsgServiceAdmin::CreateMsgService=_mapi1book_IMsgServiceAdmin_CreateMsgService
  898. 2 IMsgServiceAdmin::DeleteMsgService=_mapi1book_IMsgServiceAdmin_DeleteMsgService
  899. 2 IMsgServiceAdmin::GetLastError=_mapi1book_IMsgServiceAdmin_GetLastError
  900. 2 IMsgServiceAdmin::GetMsgServiceTable=_mapi1book_IMsgServiceAdmin_GetMsgServiceTable
  901. 2 IMsgServiceAdmin::GetProviderTable=_mapi1book_IMsgServiceAdmin_GetProviderTable
  902. 2 IMsgServiceAdmin::MsgServiceTransportOrder=_mapi1book_IMsgServiceAdmin_MsgServiceTransportOrder
  903. 2 IMsgServiceAdmin::OpenProfileSection=_mapi1book_IMsgServiceAdmin_OpenProfileSection
  904. 2 IMsgServiceAdmin::RenameMsgService=_mapi1book_IMsgServiceAdmin_RenameMsgService
  905. 2 IMsgServiceAdmin::SetPrimaryIdentity=_mapi1book_IMsgServiceAdmin_SetPrimaryIdentity
  906. 1 IMsgStore
  907. 2 IMsgStore : IMAPIProp=_mapi1book_IMsgStore_IMAPIProp
  908. 2 IMsgStore::AbortSubmit=_mapi1book_IMsgStore_AbortSubmit
  909. 2 IMsgStore::Advise=_mapi1book_IMsgStore_Advise
  910. 2 IMsgStore::CompareEntryIDs=_mapi1book_IMsgStore_CompareEntryIDs
  911. 2 IMsgStore::FinishedMsg=_mapi1book_IMsgStore_FinishedMsg
  912. 2 IMsgStore::GetOutgoingQueue=_mapi1book_IMsgStore_GetOutgoingQueue
  913. 2 IMsgStore::GetReceiveFolder=_mapi1book_IMsgStore_GetReceiveFolder
  914. 2 IMsgStore::GetReceiveFolderTable=_mapi1book_IMsgStore_GetReceiveFolderTable
  915. 2 IMsgStore::NotifyNewMail=_mapi1book_IMsgStore_NotifyNewMail
  916. 2 IMsgStore::OpenEntry=_mapi1book_IMsgStore_OpenEntry
  917. 2 IMsgStore::SetLockState=_mapi1book_IMsgStore_SetLockState
  918. 2 IMsgStore::SetReceiveFolder=_mapi1book_IMsgStore_SetReceiveFolder
  919. 2 IMsgStore::StoreLogoff=_mapi1book_IMsgStore_StoreLogoff
  920. 2 IMsgStore::Unadvise=_mapi1book_IMsgStore_Unadvise
  921. 1 IMSLogon
  922. 2 IMSLogon : IUnknown=_mapi1book_IMSLogon_IUnknown
  923. 2 IMSLogon::Advise=_mapi1book_IMSLogon_Advise
  924. 2 IMSLogon::CompareEntryIDs=_mapi1book_IMSLogon_CompareEntryIDs
  925. 2 IMSLogon::GetLastError=_mapi1book_IMSLogon_GetLastError
  926. 2 IMSLogon::Logoff=_mapi1book_IMSLogon_Logoff
  927. 2 IMSLogon::OpenEntry=_mapi1book_IMSLogon_OpenEntry
  928. 2 IMSLogon::OpenStatusEntry=_mapi1book_IMSLogon_OpenStatusEntry
  929. 2 IMSLogon::Unadvise=_mapi1book_IMSLogon_Unadvise
  930. 1 IMSProvider
  931. 2 IMSProvider : IUnknown=_mapi1book_IMSProvider_IUnknown
  932. 2 IMSProvider::CompareStoreIDs=_mapi1book_IMSProvider_CompareStoreIDs
  933. 2 IMSProvider::Logon=_mapi1book_IMSProvider_Logon
  934. 2 IMSProvider::Shutdown=_mapi1book_IMSProvider_Shutdown
  935. 2 IMSProvider::SpoolerLogon=_mapi1book_IMSProvider_SpoolerLogon
  936. 1 IPersistMessage
  937. 2 IPersistMessage : IUnknown=_mapi1book_IPersistMessage_IUnknown
  938. 2 IPersistMessage::GetClassID=_mapi1book_IPersistMessage_GetClassID
  939. 2 IPersistMessage::GetLastError=_mapi1book_IPersistMessage_GetLastError
  940. 2 IPersistMessage::HandsOffMessage=_mapi1book_IPersistMessage_HandsOffMessage
  941. 2 IPersistMessage::InitNew=_mapi1book_IPersistMessage_InitNew
  942. 2 IPersistMessage::IsDirty=_mapi1book_IPersistMessage_IsDirty
  943. 2 IPersistMessage::Load=_mapi1book_IPersistMessage_Load
  944. 2 IPersistMessage::Save=_mapi1book_IPersistMessage_Save
  945. 2 IPersistMessage::SaveCompleted=_mapi1book_IPersistMessage_SaveCompleted
  946. 1 IProfAdmin
  947. 2 IProfAdmin : IUnknown=_mapi1book_IProfAdmin_IUnknown
  948. 2 IProfAdmin::AdminServices=_mapi1book_IProfAdmin_AdminServices
  949. 2 IProfAdmin::ChangeProfilePassword=_mapi1book_IProfAdmin_ChangeProfilePassword
  950. 2 IProfAdmin::CopyProfile=_mapi1book_IProfAdmin_CopyProfile
  951. 2 IProfAdmin::CreateProfile=_mapi1book_IProfAdmin_CreateProfile
  952. 2 IProfAdmin::DeleteProfile=_mapi1book_IProfAdmin_DeleteProfile
  953. 2 IProfAdmin::GetLastError=_mapi1book_IProfAdmin_GetLastError
  954. 2 IProfAdmin::GetProfileTable=_mapi1book_IProfAdmin_GetProfileTable
  955. 2 IProfAdmin::RenameProfile=_mapi1book_IProfAdmin_RenameProfile
  956. 2 IProfAdmin::SetDefaultProfile=_mapi1book_IProfAdmin_SetDefaultProfile
  957. 1 IProfSect
  958. 2 IProfSect : IMAPIProp=_mapi1book_IProfSect_IMAPIProp
  959. 1 IPropData
  960. 2 IPropData : IMAPIProp=_mapi1book_IPropData_IMAPIProp
  961. 2 IPropData::HrAddObjProps=_mapi1book_IPropData_HrAddObjProps
  962. 2 IPropData::HrGetPropAccess=_mapi1book_IPropData_HrGetPropAccess
  963. 2 IPropData::HrSetObjAccess=_mapi1book_IPropData_HrSetObjAccess
  964. 2 IPropData::HrSetPropAccess=_mapi1book_IPropData_HrSetPropAccess
  965. 1 IProviderAdmin
  966. 2 IProviderAdmin : IUnknown=_mapi1book_IProviderAdmin_IUnknown
  967. 2 IProviderAdmin::CreateProvider=_mapi1book_IProviderAdmin_CreateProvider
  968. 2 IProviderAdmin::DeleteProvider=_mapi1book_IProviderAdmin_DeleteProvider
  969. 2 IProviderAdmin::GetLastError=_mapi1book_IProviderAdmin_GetLastError
  970. 2 IProviderAdmin::GetProviderTable=_mapi1book_IProviderAdmin_GetProviderTable
  971. 2 IProviderAdmin::OpenProfileSection=_mapi1book_IProviderAdmin_OpenProfileSection
  972. 1 ISpoolerHook
  973. 2 ISpoolerHook : IUnknown=_mapi1book_ISpoolerHook_IUnknown
  974. 2 ISpoolerHook::InboundMsgHook=_mapi1book_ISpoolerHook_InboundMsgHook
  975. 2 ISpoolerHook::OutboundMsgHook=_mapi1book_ISpoolerHook_OutboundMsgHook
  976. 1 ITableData
  977. 2 ITableData : IUnknown=_mapi1book_ITableData_IUnknown
  978. 2 ITableData::HrDeleteRow=_mapi1book_ITableData_HrDeleteRow
  979. 2 ITableData::HrDeleteRows=_mapi1book_ITableData_HrDeleteRows
  980. 2 ITableData::HrEnumRow=_mapi1book_ITableData_HrEnumRow
  981. 2 ITableData::HrGetView=_mapi1book_ITableData_HrGetView
  982. 2 ITableData::HrInsertRow=_mapi1book_ITableData_HrInsertRow
  983. 2 ITableData::HrModifyRow=_mapi1book_ITableData_HrModifyRow
  984. 2 ITableData::HrModifyRows=_mapi1book_ITableData_HrModifyRows
  985. 2 ITableData::HrNotify=_mapi1book_ITableData_HrNotify
  986. 2 ITableData::HrQueryRow=_mapi1book_ITableData_HrQueryRow
  987. 1 ITnef
  988. 2 ITnef : IUnknown=_mapi1book_ITnef_IUnknown
  989. 2 ITnef::AddProps=_mapi1book_ITnef_AddProps
  990. 2 ITnef::EncodeRecips=_mapi1book_ITnef_EncodeRecips
  991. 2 ITnef::ExtractProps=_mapi1book_ITnef_ExtractProps
  992. 2 ITnef::Finish=_mapi1book_ITnef_Finish
  993. 2 ITnef::FinishComponent=_mapi1book_ITnef_FinishComponent
  994. 2 ITnef::OpenTaggedBody=_mapi1book_ITnef_OpenTaggedBody
  995. 2 ITnef::SetProps=_mapi1book_ITnef_SetProps
  996. 1 IXPLogon
  997. 2 IXPLogon : IUnknown=_mapi1book_IXPLogon_IUnknown
  998. 2 IXPLogon::AddressTypes=_mapi1book_IXPLogon_AddressTypes
  999. 2 IXPLogon::EndMessage=_mapi1book_IXPLogon_EndMessage
  1000. 2 IXPLogon::FlushQueues=_mapi1book_IXPLogon_FlushQueues
  1001. 2 IXPLogon::Idle=_mapi1book_IXPLogon_Idle
  1002. 2 IXPLogon::OpenStatusEntry=_mapi1book_IXPLogon_OpenStatusEntry
  1003. 2 IXPLogon::Poll=_mapi1book_IXPLogon_Poll
  1004. 2 IXPLogon::RegisterOptions=_mapi1book_IXPLogon_RegisterOptions
  1005. 2 IXPLogon::StartMessage=_mapi1book_IXPLogon_StartMessage
  1006. 2 IXPLogon::SubmitMessage=_mapi1book_IXPLogon_SubmitMessage
  1007. 2 IXPLogon::TransportLogoff=_mapi1book_IXPLogon_TransportLogoff
  1008. 2 IXPLogon::TransportNotify=_mapi1book_IXPLogon_TransportNotify
  1009. 2 IXPLogon::ValidateState=_mapi1book_IXPLogon_ValidateState
  1010. 1 IXPProvider
  1011. 2 IXPProvider : IUnknown=_mapi1book_IXPProvider_IUnknown
  1012. 2 IXPProvider::Shutdown=_mapi1book_IXPProvider_Shutdown
  1013. 2 IXPProvider::TransportLogon=_mapi1book_IXPProvider_TransportLogon
  1014. 1 MAPI Functions and Related Macros
  1015. 2 MAPI Functions and Related Macros=_mapi1book_MAPI_Functions_and_Related_Macros
  1016. 2 ACCELERATEABSDI=_mapi1book_ACCELERATEABSDI
  1017. 2 ABProviderInit=_mapi1book_ABProviderInit
  1018. 2 BuildDisplayTable=_mapi1book_BuildDisplayTable
  1019. 2 CALLERRELEASE=_mapi1book_CALLERRELEASE
  1020. 2 ChangeIdleRoutine=_mapi1book_ChangeIdleRoutine
  1021. 2 CheckParameters=_mapi1book_CheckParameters
  1022. 2 CheckParms=_mapi1book_CheckParms
  1023. 2 CloseIMsgSession=_mapi1book_CloseIMsgSession
  1024. 2 CreateIProp=_mapi1book_CreateIProp
  1025. 2 CreateTable=_mapi1book_CreateTable
  1026. 2 DeinitMapiUtil=_mapi1book_DeinitMapiUtil
  1027. 2 DeregisterIdleRoutine=_mapi1book_DeregisterIdleRoutine
  1028. 2 DISMISSMODELESS=_mapi1book_DISMISSMODELESS
  1029. 2 EnableIdleRoutine=_mapi1book_EnableIdleRoutine
  1030. 2 FBadColumnSet=_mapi1book_FBadColumnSet
  1031. 2 FBadEntryList=_mapi1book_FBadEntryList
  1032. 2 FBadProp=_mapi1book_FBadProp
  1033. 2 FBadPropTag=_mapi1book_FBadPropTag
  1034. 2 FBadRestriction=_mapi1book_FBadRestriction
  1035. 2 FBadRglpNameID=_mapi1book_FBadRglpNameID
  1036. 2 FBadRglpszW=_mapi1book_FBadRglpszW
  1037. 2 FBadRow=_mapi1book_FBadRow
  1038. 2 FBadRowSet=_mapi1book_FBadRowSet
  1039. 2 FBadSortOrderSet=_mapi1book_FBadSortOrderSet
  1040. 2 FBinFromHex=_mapi1book_FBinFromHex
  1041. 2 FEqualNames=_mapi1book_FEqualNames
  1042. 2 FNIDLE=_mapi1book_FNIDLE
  1043. 2 FPropCompareProp=_mapi1book_FPropCompareProp
  1044. 2 FPropContainsProp=_mapi1book_FPropContainsProp
  1045. 2 FPropExists=_mapi1book_FPropExists
  1046. 2 FreePadrlist=_mapi1book_FreePadrlist
  1047. 2 FreeProws=_mapi1book_FreeProws
  1048. 2 FtAddFt=_mapi1book_FtAddFt
  1049. 2 FtgRegisterIdleRoutine=_mapi1book_FtgRegisterIdleRoutine
  1050. 2 FtMulDw=_mapi1book_FtMulDw
  1051. 2 FtMulDwDw=_mapi1book_FtMulDwDw
  1052. 2 FtNegFt=_mapi1book_FtNegFt
  1053. 2 FtSubFt=_mapi1book_FtSubFt
  1054. 2 GetAttribIMsgOnIStg=_mapi1book_GetAttribIMsgOnIStg
  1055. 2 GetInstance=_mapi1book_GetInstance
  1056. 2 HexFromBin=_mapi1book_HexFromBin
  1057. 2 HPProviderInit=_mapi1book_HPProviderInit
  1058. 2 HrAddColumnsEx=_mapi1book_HrAddColumnsEx
  1059. 2 HrAllocAdviseSink=_mapi1book_HrAllocAdviseSink
  1060. 2 HrComposeEID=_mapi1book_HrComposeEID
  1061. 2 HrComposeMsgID=_mapi1book_HrComposeMsgID
  1062. 2 HrDecomposeEID=_mapi1book_HrDecomposeEID
  1063. 2 HrDecomposeMsgID=_mapi1book_HrDecomposeMsgID
  1064. 2 HrDispatchNotifications=_mapi1book_HrDispatchNotifications
  1065. 2 HrEntryIDFromSz=_mapi1book_HrEntryIDFromSz
  1066. 2 HrGetOneProp=_mapi1book_HrGetOneProp
  1067. 2 HrIStorageFromStream=_mapi1book_HrIStorageFromStream
  1068. 2 HrQueryAllRows=_mapi1book_HrQueryAllRows
  1069. 2 HrSetOneProp=_mapi1book_HrSetOneProp
  1070. 2 HrSzFromEntryID=_mapi1book_HrSzFromEntryID
  1071. 2 HrThisThreadAdviseSink=_mapi1book_HrThisThreadAdviseSink
  1072. 2 HrValidateIPMSubtree=_mapi1book_HrValidateIPMSubtree
  1073. 2 LAUNCHWIZARDENTRY=_mapi1book_LAUNCHWIZARDENTRY
  1074. 2 LPFNBUTTON=_mapi1book_LPFNBUTTON
  1075. 2 LPropCompareProp=_mapi1book_LPropCompareProp
  1076. 2 MAPIAdminProfiles=_mapi1book_MAPIAdminProfiles
  1077. 2 MAPIAllocateBuffer=_mapi1book_MAPIAllocateBuffer
  1078. 2 MAPIAllocateMore=_mapi1book_MAPIAllocateMore
  1079. 2 MAPIDeInitIdle=_mapi1book_MAPIDeInitIdle
  1080. 2 MAPIFreeBuffer=_mapi1book_MAPIFreeBuffer
  1081. 2 MAPIGetDefaultMalloc=_mapi1book_MAPIGetDefaultMalloc
  1082. 2 MAPIInitialize=_mapi1book_MAPIInitialize
  1083. 2 MAPIInitIdle=_mapi1book_MAPIInitIdle
  1084. 2 MAPILogonEx=_mapi1book_MAPILogonEx
  1085. 2 MAPIOpenFormMgr=_mapi1book_MAPIOpenFormMgr
  1086. 2 MAPIOpenLocalFormContainer=_mapi1book_MAPIOpenLocalFormContainer
  1087. 2 MAPIUninitialize=_mapi1book_MAPIUninitialize
  1088. 2 MapStorageSCode=_mapi1book_MapStorageSCode
  1089. 2 MSGCALLRELEASE=_mapi1book_MSGCALLRELEASE
  1090. 2 MSGSERVICEENTRY=_mapi1book_MSGSERVICEENTRY
  1091. 2 MSProviderInit=_mapi1book_MSProviderInit
  1092. 2 NOTIFCALLBACK=_mapi1book_NOTIFCALLBACK
  1093. 2 OpenIMsgOnIStg=_mapi1book_OpenIMsgOnIStg
  1094. 2 OpenIMsgSession=_mapi1book_OpenIMsgSession
  1095. 2 OpenStreamOnFile=_mapi1book_OpenStreamOnFile
  1096. 2 OpenTnefStream=_mapi1book_OpenTnefStream
  1097. 2 OpenTnefStreamEx=_mapi1book_OpenTnefStreamEx
  1098. 2 OPTIONCALLBACK=_mapi1book_OPTIONCALLBACK
  1099. 2 PpropFindProp=_mapi1book_PpropFindProp
  1100. 2 PreprocessMessage=_mapi1book_PreprocessMessage
  1101. 2 PropCopyMore=_mapi1book_PropCopyMore
  1102. 2 RemovePreprocessInfo=_mapi1book_RemovePreprocessInfo
  1103. 2 RTFSync=_mapi1book_RTFSync
  1104. 2 ScBinFromHexBounded=_mapi1book_ScBinFromHexBounded
  1105. 2 ScCopyNotifications=_mapi1book_ScCopyNotifications
  1106. 2 ScCopyProps=_mapi1book_ScCopyProps
  1107. 2 ScCountNotifications=_mapi1book_ScCountNotifications
  1108. 2 ScCountProps=_mapi1book_ScCountProps
  1109. 2 ScCreateConversationIndex=_mapi1book_ScCreateConversationIndex
  1110. 2 ScDupPropset=_mapi1book_ScDupPropset
  1111. 2 ScInitMapiUtil=_mapi1book_ScInitMapiUtil
  1112. 2 ScLocalPathFromUNC=_mapi1book_ScLocalPathFromUNC
  1113. 2 ScMAPIXFromCMC=_mapi1book_ScMAPIXFromCMC
  1114. 2 ScMAPIXFromSMAPI=_mapi1book_ScMAPIXFromSMAPI
  1115. 2 ScRelocNotifications=_mapi1book_ScRelocNotifications
  1116. 2 ScRelocProps=_mapi1book_ScRelocProps
  1117. 2 ScUNCFromLocalPath=_mapi1book_ScUNCFromLocalPath
  1118. 2 SERVICEWIZARDDLGPROC=_mapi1book_SERVICEWIZARDDLGPROC
  1119. 2 SetAttribIMsgOnIStg=_mapi1book_SetAttribIMsgOnIStg
  1120. 2 SzFindCh=_mapi1book_SzFindCh
  1121. 2 SzFindLastCh=_mapi1book_SzFindLastCh
  1122. 2 SzFindSz=_mapi1book_SzFindSz
  1123. 2 UFromSz=_mapi1book_UFromSz
  1124. 2 UlFromSzHex=_mapi1book_UlFromSzHex
  1125. 2 UlAddRef=_mapi1book_UlAddRef
  1126. 2 UlPropSize=_mapi1book_UlPropSize
  1127. 2 UlRelease=_mapi1book_UlRelease
  1128. 2 UlValidateParameters=_mapi1book_UlValidateParameters
  1129. 2 UlValidateParms=_mapi1book_UlValidateParms
  1130. 2 ValidateParameters=_mapi1book_ValidateParameters
  1131. 2 ValidateParms=_mapi1book_ValidateParms
  1132. 2 WIZARDENTRY=_mapi1book_WIZARDENTRY
  1133. 2 WrapCompressedRTFStream=_mapi1book_WrapCompressedRTFStream
  1134. 2 WrapStoreEntryID=_mapi1book_WrapStoreEntryID
  1135. 2 XPProviderInit=_mapi1book_XPProviderInit
  1136. 1 MAPI Properties: PR_7BIT_DISPLAY_NAME to PR_MESSAGE_TO_ME
  1137. 2 MAPI Properties=_mapi1book_MAPI_Properties
  1138. 2 PR_7BIT_DISPLAY_NAME=_mapi1book_PR_7BIT_DISPLAY_NAME
  1139. 2 PR_AB_DEFAULT_DIR=_mapi1book_PR_AB_DEFAULT_DIR
  1140. 2 PR_AB_DEFAULT_PAB=_mapi1book_PR_AB_DEFAULT_PAB
  1141. 2 PR_AB_PROVIDER_ID=_mapi1book_PR_AB_PROVIDER_ID
  1142. 2 PR_AB_PROVIDERS=_mapi1book_PR_AB_PROVIDERS
  1143. 2 PR_AB_SEARCH_PATH=_mapi1book_PR_AB_SEARCH_PATH
  1144. 2 PR_AB_SEARCH_PATH_UPDATE=_mapi1book_PR_AB_SEARCH_PATH_UPDATE
  1145. 2 PR_ACCESS=_mapi1book_PR_ACCESS
  1146. 2 PR_ACCESS_LEVEL=_mapi1book_PR_ACCESS_LEVEL
  1147. 2 PR_ACCOUNT=_mapi1book_PR_ACCOUNT
  1148. 2 PR_ACKNOWLEDGEMENT_MODE=_mapi1book_PR_ACKNOWLEDGEMENT_MODE
  1149. 2 PR_ADDRTYPE=_mapi1book_PR_ADDRTYPE
  1150. 2 PR_ALTERNATE_RECIPIENT=_mapi1book_PR_ALTERNATE_RECIPIENT
  1151. 2 PR_ALTERNATE_RECIPIENT_ALLOWED=_mapi1book_PR_ALTERNATE_RECIPIENT_ALLOWED
  1152. 2 PR_ANR=_mapi1book_PR_ANR
  1153. 2 PR_ASSISTANT=_mapi1book_PR_ASSISTANT
  1154. 2 PR_ASSISTANT_TELEPHONE_NUMBER=_mapi1book_PR_ASSISTANT_TELEPHONE_NUMBER
  1155. 2 PR_ASSOC_CONTENT_COUNT=_mapi1book_PR_ASSOC_CONTENT_COUNT
  1156. 2 PR_ATTACH_DATA_BIN=_mapi1book_PR_ATTACH_DATA_BIN
  1157. 2 PR_ATTACH_DATA_OBJ=_mapi1book_PR_ATTACH_DATA_OBJ
  1158. 2 PR_ATTACH_ENCODING=_mapi1book_PR_ATTACH_ENCODING
  1159. 2 PR_ATTACH_EXTENSION=_mapi1book_PR_ATTACH_EXTENSION
  1160. 2 PR_ATTACH_FILENAME=_mapi1book_PR_ATTACH_FILENAME
  1161. 2 PR_ATTACH_LONG_FILENAME=_mapi1book_PR_ATTACH_LONG_FILENAME
  1162. 2 PR_ATTACH_LONG_PATHNAME=_mapi1book_PR_ATTACH_LONG_PATHNAME
  1163. 2 PR_ATTACH_METHOD=_mapi1book_PR_ATTACH_METHOD
  1164. 2 PR_ATTACH_MIME_TAG=_mapi1book_PR_ATTACH_MIME_TAG
  1165. 2 PR_ATTACH_NUM=_mapi1book_PR_ATTACH_NUM
  1166. 2 PR_ATTACH_PATHNAME=_mapi1book_PR_ATTACH_PATHNAME
  1167. 2 PR_ATTACH_RENDERING=_mapi1book_PR_ATTACH_RENDERING
  1168. 2 PR_ATTACH_SIZE=_mapi1book_PR_ATTACH_SIZE
  1169. 2 PR_ATTACH_TAG=_mapi1book_PR_ATTACH_TAG
  1170. 2 PR_ATTACH_TRANSPORT_NAME=_mapi1book_PR_ATTACH_TRANSPORT_NAME
  1171. 2 PR_ATTACHMENT_X400_PARAMETERS=_mapi1book_PR_ATTACHMENT_X400_PARAMETERS
  1172. 2 PR_AUTHORIZING_USERS=_mapi1book_PR_AUTHORIZING_USERS
  1173. 2 PR_AUTO_FORWARD_COMMENT=_mapi1book_PR_AUTO_FORWARD_COMMENT
  1174. 2 PR_AUTO_FORWARDED=_mapi1book_PR_AUTO_FORWARDED
  1175. 2 PR_BODY=_mapi1book_PR_BODY
  1176. 2 PR_BODY_CRC=_mapi1book_PR_BODY_CRC
  1177. 2 PR_BUSINESS_FAX_NUMBER=_mapi1book_PR_BUSINESS_FAX_NUMBER
  1178. 2 PR_BUSINESS_TELEPHONE_NUMBER=_mapi1book_PR_BUSINESS_TELEPHONE_NUMBER
  1179. 2 PR_BUSINESS2_TELEPHONE_NUMBER=_mapi1book_PR_BUSINESS2_TELEPHONE_NUMBER
  1180. 2 PR_CALLBACK_TELEPHONE_NUMBER=_mapi1book_PR_CALLBACK_TELEPHONE_NUMBER
  1181. 2 PR_CAPABILITIES_TABLE=_mapi1book_PR_CAPABILITIES_TABLE
  1182. 2 PR_CAR_TELEPHONE_NUMBER=_mapi1book_PR_CAR_TELEPHONE_NUMBER
  1183. 2 PR_CLIENT_SUBMIT_TIME=_mapi1book_PR_CLIENT_SUBMIT_TIME
  1184. 2 PR_COMMENT=_mapi1book_PR_COMMENT
  1185. 2 PR_COMMON_VIEWS_ENTRYID=_mapi1book_PR_COMMON_VIEWS_ENTRYID
  1186. 2 PR_COMPANY_NAME=_mapi1book_PR_COMPANY_NAME
  1187. 2 PR_CONTAINER_CLASS=_mapi1book_PR_CONTAINER_CLASS
  1188. 2 PR_CONTAINER_CONTENTS=_mapi1book_PR_CONTAINER_CONTENTS
  1189. 2 PR_CONTAINER_FLAGS=_mapi1book_PR_CONTAINER_FLAGS
  1190. 2 PR_CONTAINER_HIERARCHY=_mapi1book_PR_CONTAINER_HIERARCHY
  1191. 2 PR_CONTAINER_MODIFY_VERSION=_mapi1book_PR_CONTAINER_MODIFY_VERSION
  1192. 2 PR_CONTENT_CONFIDENTIALITY_ALGORITHM_ID=_mapi1book_PR_CONTENT_CONFIDENTIALITY_ALGORITHM_ID
  1193. 2 PR_CONTENT_CORRELATOR=_mapi1book_PR_CONTENT_CORRELATOR
  1194. 2 PR_CONTENT_COUNT=_mapi1book_PR_CONTENT_COUNT
  1195. 2 PR_CONTENT_IDENTIFIER=_mapi1book_PR_CONTENT_IDENTIFIER
  1196. 2 PR_CONTENT_INTEGRITY_CHECK=_mapi1book_PR_CONTENT_INTEGRITY_CHECK
  1197. 2 PR_CONTENT_LENGTH=_mapi1book_PR_CONTENT_LENGTH
  1198. 2 PR_CONTENT_RETURN_REQUESTED=_mapi1book_PR_CONTENT_RETURN_REQUESTED
  1199. 2 PR_CONTENT_UNREAD=_mapi1book_PR_CONTENT_UNREAD
  1200. 2 PR_CONTENTS_SORT_ORDER=_mapi1book_PR_CONTENTS_SORT_ORDER
  1201. 2 PR_CONTROL_FLAGS=_mapi1book_PR_CONTROL_FLAGS
  1202. 2 PR_CONTROL_ID=_mapi1book_PR_CONTROL_ID
  1203. 2 PR_CONTROL_STRUCTURE=_mapi1book_PR_CONTROL_STRUCTURE
  1204. 2 PR_CONTROL_TYPE=_mapi1book_PR_CONTROL_TYPE
  1205. 2 PR_CONVERSATION_INDEX=_mapi1book_PR_CONVERSATION_INDEX
  1206. 2 PR_CONVERSATION_KEY=_mapi1book_PR_CONVERSATION_KEY
  1207. 2 PR_CONVERSATION_TOPIC=_mapi1book_PR_CONVERSATION_TOPIC
  1208. 2 PR_CONVERSION_EITS=_mapi1book_PR_CONVERSION_EITS
  1209. 2 PR_CONVERSION_PROHIBITED=_mapi1book_PR_CONVERSION_PROHIBITED
  1210. 2 PR_CONVERSION_WITH_LOSS_PROHIBITED=_mapi1book_PR_CONVERSION_WITH_LOSS_PROHIBITED
  1211. 2 PR_CONVERTED_EITS=_mapi1book_PR_CONVERTED_EITS
  1212. 2 PR_CORRELATE=_mapi1book_PR_CORRELATE
  1213. 2 PR_CORRELATE_MTSID=_mapi1book_PR_CORRELATE_MTSID
  1214. 2 PR_COUNTRY=_mapi1book_PR_COUNTRY
  1215. 2 PR_CREATE_TEMPLATES=_mapi1book_PR_CREATE_TEMPLATES
  1216. 2 PR_CREATION_TIME=_mapi1book_PR_CREATION_TIME
  1217. 2 PR_CREATION_VERSION=_mapi1book_PR_CREATION_VERSION
  1218. 2 PR_CURRENT_VERSION=_mapi1book_PR_CURRENT_VERSION
  1219. 2 PR_DEF_CREATE_DL=_mapi1book_PR_DEF_CREATE_DL
  1220. 2 PR_DEF_CREATE_MAILUSER=_mapi1book_PR_DEF_CREATE_MAILUSER
  1221. 2 PR_DEFAULT_PROFILE=_mapi1book_PR_DEFAULT_PROFILE
  1222. 2 PR_DEFAULT_STORE=_mapi1book_PR_DEFAULT_STORE
  1223. 2 PR_DEFAULT_VIEW_ENTRYID=_mapi1book_PR_DEFAULT_VIEW_ENTRYID
  1224. 2 PR_DEFERRED_DELIVERY_TIME=_mapi1book_PR_DEFERRED_DELIVERY_TIME
  1225. 2 PR_DELEGATION=_mapi1book_PR_DELEGATION
  1226. 2 PR_DELETE_AFTER_SUBMIT=_mapi1book_PR_DELETE_AFTER_SUBMIT
  1227. 2 PR_DELIVER_TIME=_mapi1book_PR_DELIVER_TIME
  1228. 2 PR_DELIVERY_POINT=_mapi1book_PR_DELIVERY_POINT
  1229. 2 PR_DELTAX=_mapi1book_PR_DELTAX
  1230. 2 PR_DELTAY=_mapi1book_PR_DELTAY
  1231. 2 PR_DEPARTMENT_NAME=_mapi1book_PR_DEPARTMENT_NAME
  1232. 2 PR_DEPTH=_mapi1book_PR_DEPTH
  1233. 2 PR_DETAILS_TABLE=_mapi1book_PR_DETAILS_TABLE
  1234. 2 PR_DISC_VAL=_mapi1book_PR_DISC_VAL
  1235. 2 PR_DISCARD_REASON=_mapi1book_PR_DISCARD_REASON
  1236. 2 PR_DISCLOSURE_OF_RECIPIENTS=_mapi1book_PR_DISCLOSURE_OF_RECIPIENTS
  1237. 2 PR_DISCRETE_VALUES=_mapi1book_PR_DISCRETE_VALUES
  1238. 2 PR_DISPLAY_BCC=_mapi1book_PR_DISPLAY_BCC
  1239. 2 PR_DISPLAY_CC=_mapi1book_PR_DISPLAY_CC
  1240. 2 PR_DISPLAY_NAME=_mapi1book_PR_DISPLAY_NAME
  1241. 2 PR_DISPLAY_TO=_mapi1book_PR_DISPLAY_TO
  1242. 2 PR_DISPLAY_TYPE=_mapi1book_PR_DISPLAY_TYPE
  1243. 2 PR_DL_EXPANSION_HISTORY=_mapi1book_PR_DL_EXPANSION_HISTORY
  1244. 2 PR_DL_EXPANSION_PROHIBITED=_mapi1book_PR_DL_EXPANSION_PROHIBITED
  1245. 2 PR_EMAIL_ADDRESS=_mapi1book_PR_EMAIL_ADDRESS
  1246. 2 PR_END_DATE=_mapi1book_PR_END_DATE
  1247. 2 PR_ENTRYID=_mapi1book_PR_ENTRYID
  1248. 2 PR_EXPIRY_TIME=_mapi1book_PR_EXPIRY_TIME
  1249. 2 PR_EXPLICIT_CONVERSION=_mapi1book_PR_EXPLICIT_CONVERSION
  1250. 2 PR_FILTERING_HOOKS=_mapi1book_PR_FILTERING_HOOKS
  1251. 2 PR_FINDER_ENTRYID=_mapi1book_PR_FINDER_ENTRYID
  1252. 2 PR_FOLDER_ASSOCIATED_CONTENTS=_mapi1book_PR_FOLDER_ASSOCIATED_CONTENTS
  1253. 2 PR_FOLDER_TYPE=_mapi1book_PR_FOLDER_TYPE
  1254. 2 PR_FORM_CATEGORY=_mapi1book_PR_FORM_CATEGORY
  1255. 2 PR_FORM_CATEGORY_SUB=_mapi1book_PR_FORM_CATEGORY_SUB
  1256. 2 PR_FORM_CLSID=_mapi1book_PR_FORM_CLSID
  1257. 2 PR_FORM_CONTACT_NAME=_mapi1book_PR_FORM_CONTACT_NAME
  1258. 2 PR_FORM_DESIGNER_GUID=_mapi1book_PR_FORM_DESIGNER_GUID
  1259. 2 PR_FORM_DESIGNER_NAME=_mapi1book_PR_FORM_DESIGNER_NAME
  1260. 2 PR_FORM_HIDDEN=_mapi1book_PR_FORM_HIDDEN
  1261. 2 PR_FORM_HOST_MAP=_mapi1book_PR_FORM_HOST_MAP
  1262. 2 PR_FORM_MESSAGE_BEHAVIOR=_mapi1book_PR_FORM_MESSAGE_BEHAVIOR
  1263. 2 PR_FORM_VERSION=_mapi1book_PR_FORM_VERSION
  1264. 2 PR_GENERATION=_mapi1book_PR_GENERATION
  1265. 2 PR_GIVEN_NAME=_mapi1book_PR_GIVEN_NAME
  1266. 2 PR_GOVERNMENT_ID_NUMBER=_mapi1book_PR_GOVERNMENT_ID_NUMBER
  1267. 2 PR_HASATTACH=_mapi1book_PR_HASATTACH
  1268. 2 PR_HEADER_FOLDER_ENTRYID=_mapi1book_PR_HEADER_FOLDER_ENTRYID
  1269. 2 PR_HOME_FAX_NUMBER=_mapi1book_PR_HOME_FAX_NUMBER
  1270. 2 PR_HOME_TELEPHONE_NUMBER=_mapi1book_PR_HOME_TELEPHONE_NUMBER
  1271. 2 PR_HOME2_TELEPHONE_NUMBER=_mapi1book_PR_HOME2_TELEPHONE_NUMBER
  1272. 2 PR_ICON=_mapi1book_PR_ICON
  1273. 2 PR_IDENTITY_DISPLAY=_mapi1book_PR_IDENTITY_DISPLAY
  1274. 2 PR_IDENTITY_ENTRYID=_mapi1book_PR_IDENTITY_ENTRYID
  1275. 2 PR_IDENTITY_SEARCH_KEY=_mapi1book_PR_IDENTITY_SEARCH_KEY
  1276. 2 PR_IMPLICIT_CONVERSION_PROHIBITED=_mapi1book_PR_IMPLICIT_CONVERSION_PROHIBITED
  1277. 2 PR_IMPORTANCE=_mapi1book_PR_IMPORTANCE
  1278. 2 PR_INCOMPLETE_COPY=_mapi1book_PR_INCOMPLETE_COPY
  1279. 2 PR_INITIAL_DETAILS_PANE=_mapi1book_PR_INITIAL_DETAILS_PANE
  1280. 2 PR_INITIALS=_mapi1book_PR_INITIALS
  1281. 2 PR_INSTANCE_KEY=_mapi1book_PR_INSTANCE_KEY
  1282. 2 PR_IPM_ID=_mapi1book_PR_IPM_ID
  1283. 2 PR_IPM_OUTBOX_ENTRYID=_mapi1book_PR_IPM_OUTBOX_ENTRYID
  1284. 2 PR_IPM_OUTBOX_SEARCH_KEY=_mapi1book_PR_IPM_OUTBOX_SEARCH_KEY
  1285. 2 PR_IPM_RETURN_REQUESTED=_mapi1book_PR_IPM_RETURN_REQUESTED
  1286. 2 PR_IPM_SENTMAIL_ENTRYID=_mapi1book_PR_IPM_SENTMAIL_ENTRYID
  1287. 2 PR_IPM_SENTMAIL_SEARCH_KEY=_mapi1book_PR_IPM_SENTMAIL_SEARCH_KEY
  1288. 2 PR_IPM_SUBTREE_ENTRYID=_mapi1book_PR_IPM_SUBTREE_ENTRYID
  1289. 2 PR_IPM_SUBTREE_SEARCH_KEY=_mapi1book_PR_IPM_SUBTREE_SEARCH_KEY
  1290. 2 PR_IPM_WASTEBASKET_ENTRYID=_mapi1book_PR_IPM_WASTEBASKET_ENTRYID
  1291. 2 PR_IPM_WASTEBASKET_SEARCH_KEY=_mapi1book_PR_IPM_WASTEBASKET_SEARCH_KEY
  1292. 2 PR_ISDN_NUMBER=_mapi1book_PR_ISDN_NUMBER
  1293. 2 PR_KEYWORD=_mapi1book_PR_KEYWORD
  1294. 2 PR_LANGUAGE=_mapi1book_PR_LANGUAGE
  1295. 2 PR_LANGUAGES=_mapi1book_PR_LANGUAGES
  1296. 2 PR_LAST_MODIFICATION_TIME=_mapi1book_PR_LAST_MODIFICATION_TIME
  1297. 2 PR_LATEST_DELIVERY_TIME=_mapi1book_PR_LATEST_DELIVERY_TIME
  1298. 2 PR_LOCALITY=_mapi1book_PR_LOCALITY
  1299. 2 PR_LOCATION=_mapi1book_PR_LOCATION
  1300. 2 PR_MAIL_PERMISSION=_mapi1book_PR_MAIL_PERMISSION
  1301. 2 PR_MAPPING_SIGNATURE=_mapi1book_PR_MAPPING_SIGNATURE
  1302. 2 PR_MDB_PROVIDER=_mapi1book_PR_MDB_PROVIDER
  1303. 2 PR_MESSAGE_ATTACHMENTS=_mapi1book_PR_MESSAGE_ATTACHMENTS
  1304. 2 PR_MESSAGE_CC_ME=_mapi1book_PR_MESSAGE_CC_ME
  1305. 2 PR_MESSAGE_CLASS=_mapi1book_PR_MESSAGE_CLASS
  1306. 2 PR_MESSAGE_DELIVERY_ID=_mapi1book_PR_MESSAGE_DELIVERY_ID
  1307. 2 PR_MESSAGE_DELIVERY_TIME=_mapi1book_PR_MESSAGE_DELIVERY_TIME
  1308. 2 PR_MESSAGE_DOWNLOAD_TIME=_mapi1book_PR_MESSAGE_DOWNLOAD_TIME
  1309. 2 PR_MESSAGE_FLAGS=_mapi1book_PR_MESSAGE_FLAGS
  1310. 2 PR_MESSAGE_RECIP_ME=_mapi1book_PR_MESSAGE_RECIP_ME
  1311. 2 PR_MESSAGE_RECIPIENTS=_mapi1book_PR_MESSAGE_RECIPIENTS
  1312. 2 PR_MESSAGE_SECURITY_LABEL=_mapi1book_PR_MESSAGE_SECURITY_LABEL
  1313. 2 PR_MESSAGE_SIZE=_mapi1book_PR_MESSAGE_SIZE
  1314. 2 PR_MESSAGE_SUBMISSION_ID=_mapi1book_PR_MESSAGE_SUBMISSION_ID
  1315. 2 PR_MESSAGE_TO_ME=_mapi1book_PR_MESSAGE_TO_ME
  1316. 1 MAPI Properties: PR_MESSAGE_TOKEN to PR_YPOS
  1317. 2 PR_MESSAGE_TOKEN=_mapi1book_PR_MESSAGE_TOKEN
  1318. 2 PR_MHS_COMMON_NAME=_mapi1book_PR_MHS_COMMON_NAME
  1319. 2 PR_MINI_ICON=_mapi1book_PR_MINI_ICON
  1320. 2 PR_MOBILE_TELEPHONE_NUMBER=_mapi1book_PR_MOBILE_TELEPHONE_NUMBER
  1321. 2 PR_MODIFY_VERSION=_mapi1book_PR_MODIFY_VERSION
  1322. 2 PR_MSG_STATUS=_mapi1book_PR_MSG_STATUS
  1323. 2 PR_NDR_DIAG_CODE=_mapi1book_PR_NDR_DIAG_CODE
  1324. 2 PR_NDR_REASON_CODE=_mapi1book_PR_NDR_REASON_CODE
  1325. 2 PR_NON_RECEIPT_NOTIFICATION_REQUESTED=_mapi1book_PR_NON_RECEIPT_NOTIFICATION_REQUESTED
  1326. 2 PR_NON_RECEIPT_REASON=_mapi1book_PR_NON_RECEIPT_REASON
  1327. 2 PR_NORMALIZED_SUBJECT=_mapi1book_PR_NORMALIZED_SUBJECT
  1328. 2 PR_NULL=_mapi1book_PR_NULL
  1329. 2 PR_OBJECT_TYPE=_mapi1book_PR_OBJECT_TYPE
  1330. 2 PR_OBSOLETED_IPMS=_mapi1book_PR_OBSOLETED_IPMS
  1331. 2 PR_OFFICE_LOCATION=_mapi1book_PR_OFFICE_LOCATION
  1332. 2 PR_ORGANIZATIONAL_ID_NUMBER=_mapi1book_PR_ORGANIZATIONAL_ID_NUMBER
  1333. 2 PR_ORIG_MESSAGE_CLASS=_mapi1book_PR_ORIG_MESSAGE_CLASS
  1334. 2 PR_ORIGIN_CHECK=_mapi1book_PR_ORIGIN_CHECK
  1335. 2 PR_ORIGINAL_AUTHOR_ADDRTYPE=_mapi1book_PR_ORIGINAL_AUTHOR_ADDRTYPE
  1336. 2 PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS=_mapi1book_PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS
  1337. 2 PR_ORIGINAL_AUTHOR_ENTRYID=_mapi1book_PR_ORIGINAL_AUTHOR_ENTRYID
  1338. 2 PR_ORIGINAL_AUTHOR_NAME=_mapi1book_PR_ORIGINAL_AUTHOR_NAME
  1339. 2 PR_ORIGINAL_AUTHOR_SEARCH_KEY=_mapi1book_PR_ORIGINAL_AUTHOR_SEARCH_KEY
  1340. 2 PR_ORIGINAL_DELIVERY_TIME=_mapi1book_PR_ORIGINAL_DELIVERY_TIME
  1341. 2 PR_ORIGINAL_DISPLAY_BCC=_mapi1book_PR_ORIGINAL_DISPLAY_BCC
  1342. 2 PR_ORIGINAL_DISPLAY_CC=_mapi1book_PR_ORIGINAL_DISPLAY_CC
  1343. 2 PR_ORIGINAL_DISPLAY_NAME=_mapi1book_PR_ORIGINAL_DISPLAY_NAME
  1344. 2 PR_ORIGINAL_DISPLAY_TO=_mapi1book_PR_ORIGINAL_DISPLAY_TO
  1345. 2 PR_ORIGINAL_EITS=_mapi1book_PR_ORIGINAL_EITS
  1346. 2 PR_ORIGINAL_ENTRYID=_mapi1book_PR_ORIGINAL_ENTRYID
  1347. 2 PR_ORIGINAL_SEARCH_KEY=_mapi1book_PR_ORIGINAL_SEARCH_KEY
  1348. 2 PR_ORIGINAL_SENDER_ADDRTYPE=_mapi1book_PR_ORIGINAL_SENDER_ADDRTYPE
  1349. 2 PR_ORIGINAL_SENDER_EMAIL_ADDRESS=_mapi1book_PR_ORIGINAL_SENDER_EMAIL_ADDRESS
  1350. 2 PR_ORIGINAL_SENDER_ENTRYID=_mapi1book_PR_ORIGINAL_SENDER_ENTRYID
  1351. 2 PR_ORIGINAL_SENDER_NAME=_mapi1book_PR_ORIGINAL_SENDER_NAME
  1352. 2 PR_ORIGINAL_SENDER_SEARCH_KEY=_mapi1book_PR_ORIGINAL_SENDER_SEARCH_KEY
  1353. 2 PR_ORIGINAL_SENSITIVITY=_mapi1book_PR_ORIGINAL_SENSITIVITY
  1354. 2 PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE
  1355. 2 PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS
  1356. 2 PR_ORIGINAL_SENT_REPRESENTING_ENTRYID=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_ENTRYID
  1357. 2 PR_ORIGINAL_SENT_REPRESENTING_NAME=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_NAME
  1358. 2 PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY=_mapi1book_PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY
  1359. 2 PR_ORIGINAL_SUBJECT=_mapi1book_PR_ORIGINAL_SUBJECT
  1360. 2 PR_ORIGINAL_SUBMIT_TIME=_mapi1book_PR_ORIGINAL_SUBMIT_TIME
  1361. 2 PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE=_mapi1book_PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE
  1362. 2 PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS=_mapi1book_PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS
  1363. 2 PR_ORIGINALLY_INTENDED_RECIP_ENTRYID=_mapi1book_PR_ORIGINALLY_INTENDED_RECIP_ENTRYID
  1364. 2 PR_ORIGINALLY_INTENDED_RECIPIENT_NAME=_mapi1book_PR_ORIGINALLY_INTENDED_RECIPIENT_NAME
  1365. 2 PR_ORIGINATING_MTA_CERTIFICATE=_mapi1book_PR_ORIGINATING_MTA_CERTIFICATE
  1366. 2 PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY=_mapi1book_PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY
  1367. 2 PR_ORIGINATOR_CERTIFICATE=_mapi1book_PR_ORIGINATOR_CERTIFICATE
  1368. 2 PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED=_mapi1book_PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED
  1369. 2 PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED=_mapi1book_PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED
  1370. 2 PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT=_mapi1book_PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT
  1371. 2 PR_ORIGINATOR_RETURN_ADDRESS=_mapi1book_PR_ORIGINATOR_RETURN_ADDRESS
  1372. 2 PR_OTHER_TELEPHONE_NUMBER=_mapi1book_PR_OTHER_TELEPHONE_NUMBER
  1373. 2 PR_OWN_STORE_ENTRYID=_mapi1book_PR_OWN_STORE_ENTRYID
  1374. 2 PR_OWNER_APPT_ID=_mapi1book_PR_OWNER_APPT_ID
  1375. 2 PR_PAGER_TELEPHONE_NUMBER=_mapi1book_PR_PAGER_TELEPHONE_NUMBER
  1376. 2 PR_PARENT_DISPLAY=_mapi1book_PR_PARENT_DISPLAY
  1377. 2 PR_PARENT_ENTRYID=_mapi1book_PR_PARENT_ENTRYID
  1378. 2 PR_PARENT_KEY=_mapi1book_PR_PARENT_KEY
  1379. 2 PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY=_mapi1book_PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY
  1380. 2 PR_PHYSICAL_DELIVERY_MODE=_mapi1book_PR_PHYSICAL_DELIVERY_MODE
  1381. 2 PR_PHYSICAL_DELIVERY_REPORT_REQUEST=_mapi1book_PR_PHYSICAL_DELIVERY_REPORT_REQUEST
  1382. 2 PR_PHYSICAL_FORWARDING_ADDRESS=_mapi1book_PR_PHYSICAL_FORWARDING_ADDRESS
  1383. 2 PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED=_mapi1book_PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED
  1384. 2 PR_PHYSICAL_FORWARDING_PROHIBITED=_mapi1book_PR_PHYSICAL_FORWARDING_PROHIBITED
  1385. 2 PR_PHYSICAL_RENDITION_ATTRIBUTES=_mapi1book_PR_PHYSICAL_RENDITION_ATTRIBUTES
  1386. 2 PR_POST_OFFICE_BOX=_mapi1book_PR_POST_OFFICE_BOX
  1387. 2 PR_POSTAL_ADDRESS=_mapi1book_PR_POSTAL_ADDRESS
  1388. 2 PR_POSTAL_CODE=_mapi1book_PR_POSTAL_CODE
  1389. 2 PR_PREPROCESS=_mapi1book_PR_PREPROCESS
  1390. 2 PR_PRIMARY_CAPABILITY=_mapi1book_PR_PRIMARY_CAPABILITY
  1391. 2 PR_PRIMARY_FAX_NUMBER=_mapi1book_PR_PRIMARY_FAX_NUMBER
  1392. 2 PR_PRIMARY_TELEPHONE_NUMBER=_mapi1book_PR_PRIMARY_TELEPHONE_NUMBER
  1393. 2 PR_PRIORITY=_mapi1book_PR_PRIORITY
  1394. 2 PR_PROFILE_NAME=_mapi1book_PR_PROFILE_NAME
  1395. 2 PR_PROOF_OF_DELIVERY=_mapi1book_PR_PROOF_OF_DELIVERY
  1396. 2 PR_PROOF_OF_DELIVERY_REQUESTED=_mapi1book_PR_PROOF_OF_DELIVERY_REQUESTED
  1397. 2 PR_PROOF_OF_SUBMISSION=_mapi1book_PR_PROOF_OF_SUBMISSION
  1398. 2 PR_PROOF_OF_SUBMISSION_REQUESTED=_mapi1book_PR_PROOF_OF_SUBMISSION_REQUESTED
  1399. 2 PR_PROVIDER_DISPLAY=_mapi1book_PR_PROVIDER_DISPLAY
  1400. 2 PR_PROVIDER_DLL_NAME=_mapi1book_PR_PROVIDER_DLL_NAME
  1401. 2 PR_PROVIDER_ORDINAL=_mapi1book_PR_PROVIDER_ORDINAL
  1402. 2 PR_PROVIDER_SUBMIT_TIME=_mapi1book_PR_PROVIDER_SUBMIT_TIME
  1403. 2 PR_PROVIDER_UID=_mapi1book_PR_PROVIDER_UID
  1404. 2 PR_RADIO_TELEPHONE_NUMBER=_mapi1book_PR_RADIO_TELEPHONE_NUMBER
  1405. 2 PR_RCVD_REPRESENTING_ADDRTYPE=_mapi1book_PR_RCVD_REPRESENTING_ADDRTYPE
  1406. 2 PR_RCVD_REPRESENTING_EMAIL_ADDRESS=_mapi1book_PR_RCVD_REPRESENTING_EMAIL_ADDRESS
  1407. 2 PR_RCVD_REPRESENTING_ENTRYID=_mapi1book_PR_RCVD_REPRESENTING_ENTRYID
  1408. 2 PR_RCVD_REPRESENTING_NAME=_mapi1book_PR_RCVD_REPRESENTING_NAME
  1409. 2 PR_RCVD_REPRESENTING_SEARCH_KEY=_mapi1book_PR_RCVD_REPRESENTING_SEARCH_KEY
  1410. 2 PR_READ_RECEIPT_ENTRYID=_mapi1book_PR_READ_RECEIPT_ENTRYID
  1411. 2 PR_READ_RECEIPT_REQUESTED=_mapi1book_PR_READ_RECEIPT_REQUESTED
  1412. 2 PR_READ_RECEIPT_SEARCH_KEY=_mapi1book_PR_READ_RECEIPT_SEARCH_KEY
  1413. 2 PR_RECEIPT_TIME=_mapi1book_PR_RECEIPT_TIME
  1414. 2 PR_RECEIVE_FOLDER_SETTINGS=_mapi1book_PR_RECEIVE_FOLDER_SETTINGS
  1415. 2 PR_RECEIVED_BY_ADDRTYPE=_mapi1book_PR_RECEIVED_BY_ADDRTYPE
  1416. 2 PR_RECEIVED_BY_EMAIL_ADDRESS=_mapi1book_PR_RECEIVED_BY_EMAIL_ADDRESS
  1417. 2 PR_RECEIVED_BY_ENTRYID=_mapi1book_PR_RECEIVED_BY_ENTRYID
  1418. 2 PR_RECEIVED_BY_NAME=_mapi1book_PR_RECEIVED_BY_NAME
  1419. 2 PR_RECEIVED_BY_SEARCH_KEY=_mapi1book_PR_RECEIVED_BY_SEARCH_KEY
  1420. 2 PR_RECIPIENT_CERTIFICATE=_mapi1book_PR_RECIPIENT_CERTIFICATE
  1421. 2 PR_RECIPIENT_NUMBER_FOR_ADVICE=_mapi1book_PR_RECIPIENT_NUMBER_FOR_ADVICE
  1422. 2 PR_RECIPIENT_REASSIGNMENT_PROHIBITED=_mapi1book_PR_RECIPIENT_REASSIGNMENT_PROHIBITED
  1423. 2 PR_RECIPIENT_STATUS=_mapi1book_PR_RECIPIENT_STATUS
  1424. 2 PR_RECIPIENT_TYPE=_mapi1book_PR_RECIPIENT_TYPE
  1425. 2 PR_RECORD_KEY=_mapi1book_PR_RECORD_KEY
  1426. 2 PR_REDIRECTION_HISTORY=_mapi1book_PR_REDIRECTION_HISTORY
  1427. 2 PR_REGISTERED_MAIL_TYPE=_mapi1book_PR_REGISTERED_MAIL_TYPE
  1428. 2 PR_RELATED_IPMS=_mapi1book_PR_RELATED_IPMS
  1429. 2 PR_REMOTE_PROGRESS=_mapi1book_PR_REMOTE_PROGRESS
  1430. 2 PR_REMOTE_PROGRESS_TEXT=_mapi1book_PR_REMOTE_PROGRESS_TEXT
  1431. 2 PR_REMOTE_VALIDATE_OK=_mapi1book_PR_REMOTE_VALIDATE_OK
  1432. 2 PR_RENDERING_POSITION=_mapi1book_PR_RENDERING_POSITION
  1433. 2 PR_REPLY_RECIPIENT_ENTRIES=_mapi1book_PR_REPLY_RECIPIENT_ENTRIES
  1434. 2 PR_REPLY_RECIPIENT_NAMES=_mapi1book_PR_REPLY_RECIPIENT_NAMES
  1435. 2 PR_REPLY_REQUESTED=_mapi1book_PR_REPLY_REQUESTED
  1436. 2 PR_REPLY_TIME=_mapi1book_PR_REPLY_TIME
  1437. 2 PR_REPORT_ENTRYID=_mapi1book_PR_REPORT_ENTRYID
  1438. 2 PR_REPORT_NAME=_mapi1book_PR_REPORT_NAME
  1439. 2 PR_REPORT_SEARCH_KEY=_mapi1book_PR_REPORT_SEARCH_KEY
  1440. 2 PR_REPORT_TAG=_mapi1book_PR_REPORT_TAG
  1441. 2 PR_REPORT_TEXT=_mapi1book_PR_REPORT_TEXT
  1442. 2 PR_REPORT_TIME=_mapi1book_PR_REPORT_TIME
  1443. 2 PR_REPORTING_DL_NAME=_mapi1book_PR_REPORTING_DL_NAME
  1444. 2 PR_REPORTING_MTA_CERTIFICATE=_mapi1book_PR_REPORTING_MTA_CERTIFICATE
  1445. 2 PR_REQUESTED_DELIVERY_METHOD=_mapi1book_PR_REQUESTED_DELIVERY_METHOD
  1446. 2 PR_RESOURCE_FLAGS=_mapi1book_PR_RESOURCE_FLAGS
  1447. 2 PR_RESOURCE_METHODS=_mapi1book_PR_RESOURCE_METHODS
  1448. 2 PR_RESOURCE_PATH=_mapi1book_PR_RESOURCE_PATH
  1449. 2 PR_RESOURCE_TYPE=_mapi1book_PR_RESOURCE_TYPE
  1450. 2 PR_RESPONSE_REQUESTED=_mapi1book_PR_RESPONSE_REQUESTED
  1451. 2 PR_RESPONSIBILITY=_mapi1book_PR_RESPONSIBILITY
  1452. 2 PR_RETURNED_IPM=_mapi1book_PR_RETURNED_IPM
  1453. 2 PR_ROW_TYPE=_mapi1book_PR_ROW_TYPE
  1454. 2 PR_ROWID=_mapi1book_PR_ROWID
  1455. 2 PR_RTF_COMPRESSED=_mapi1book_PR_RTF_COMPRESSED
  1456. 2 PR_RTF_IN_SYNC=_mapi1book_PR_RTF_IN_SYNC
  1457. 2 PR_RTF_SYNC_BODY_COUNT=_mapi1book_PR_RTF_SYNC_BODY_COUNT
  1458. 2 PR_RTF_SYNC_BODY_CRC=_mapi1book_PR_RTF_SYNC_BODY_CRC
  1459. 2 PR_RTF_SYNC_BODY_TAG=_mapi1book_PR_RTF_SYNC_BODY_TAG
  1460. 2 PR_RTF_SYNC_PREFIX_COUNT=_mapi1book_PR_RTF_SYNC_PREFIX_COUNT
  1461. 2 PR_RTF_SYNC_TRAILING_COUNT=_mapi1book_PR_RTF_SYNC_TRAILING_COUNT
  1462. 2 PR_SEARCH=_mapi1book_PR_SEARCH
  1463. 2 PR_SEARCH_KEY=_mapi1book_PR_SEARCH_KEY
  1464. 2 PR_SECURITY=_mapi1book_PR_SECURITY
  1465. 2 PR_SELECTABLE=_mapi1book_PR_SELECTABLE
  1466. 2 PR_SEND_RICH_INFO=_mapi1book_PR_SEND_RICH_INFO
  1467. 2 PR_SENDER_ADDRTYPE=_mapi1book_PR_SENDER_ADDRTYPE
  1468. 2 PR_SENDER_EMAIL_ADDRESS=_mapi1book_PR_SENDER_EMAIL_ADDRESS
  1469. 2 PR_SENDER_ENTRYID=_mapi1book_PR_SENDER_ENTRYID
  1470. 2 PR_SENDER_NAME=_mapi1book_PR_SENDER_NAME
  1471. 2 PR_SENDER_SEARCH_KEY=_mapi1book_PR_SENDER_SEARCH_KEY
  1472. 2 PR_SENSITIVITY=_mapi1book_PR_SENSITIVITY
  1473. 2 PR_SENT_REPRESENTING_ADDRTYPE=_mapi1book_PR_SENT_REPRESENTING_ADDRTYPE
  1474. 2 PR_SENT_REPRESENTING_EMAIL_ADDRESS=_mapi1book_PR_SENT_REPRESENTING_EMAIL_ADDRESS
  1475. 2 PR_SENT_REPRESENTING_ENTRYID=_mapi1book_PR_SENT_REPRESENTING_ENTRYID
  1476. 2 PR_SENT_REPRESENTING_NAME=_mapi1book_PR_SENT_REPRESENTING_NAME
  1477. 2 PR_SENT_REPRESENTING_SEARCH_KEY=_mapi1book_PR_SENT_REPRESENTING_SEARCH_KEY
  1478. 2 PR_SENTMAIL_ENTRYID=_mapi1book_PR_SENTMAIL_ENTRYID
  1479. 2 PR_SERVICE_DELETE_FILES=_mapi1book_PR_SERVICE_DELETE_FILES
  1480. 2 PR_SERVICE_DLL_NAME=_mapi1book_PR_SERVICE_DLL_NAME
  1481. 2 PR_SERVICE_ENTRY_NAME=_mapi1book_PR_SERVICE_ENTRY_NAME
  1482. 2 PR_SERVICE_EXTRA_UIDS=_mapi1book_PR_SERVICE_EXTRA_UIDS
  1483. 2 PR_SERVICE_NAME=_mapi1book_PR_SERVICE_NAME
  1484. 2 PR_SERVICE_SUPPORT_FILES=_mapi1book_PR_SERVICE_SUPPORT_FILES
  1485. 2 PR_SERVICE_UID=_mapi1book_PR_SERVICE_UID
  1486. 2 PR_SERVICES=_mapi1book_PR_SERVICES
  1487. 2 PR_SPOOLER_STATUS=_mapi1book_PR_SPOOLER_STATUS
  1488. 2 PR_START_DATE=_mapi1book_PR_START_DATE
  1489. 2 PR_STATE_OR_PROVINCE=_mapi1book_PR_STATE_OR_PROVINCE
  1490. 2 PR_STATUS=_mapi1book_PR_STATUS
  1491. 2 PR_STATUS_CODE=_mapi1book_PR_STATUS_CODE
  1492. 2 PR_STATUS_STRING=_mapi1book_PR_STATUS_STRING
  1493. 2 PR_STORE_ENTRYID=_mapi1book_PR_STORE_ENTRYID
  1494. 2 PR_STORE_PROVIDERS=_mapi1book_PR_STORE_PROVIDERS
  1495. 2 PR_STORE_RECORD_KEY=_mapi1book_PR_STORE_RECORD_KEY
  1496. 2 PR_STORE_STATE=_mapi1book_PR_STORE_STATE
  1497. 2 PR_STORE_SUPPORT_MASK=_mapi1book_PR_STORE_SUPPORT_MASK
  1498. 2 PR_STREET_ADDRESS=_mapi1book_PR_STREET_ADDRESS
  1499. 2 PR_SUBFOLDERS=_mapi1book_PR_SUBFOLDERS
  1500. 2 PR_SUBJECT=_mapi1book_PR_SUBJECT
  1501. 2 PR_SUBJECT_PREFIX=_mapi1book_PR_SUBJECT_PREFIX
  1502. 2 PR_SUBMIT_FLAGS=_mapi1book_PR_SUBMIT_FLAGS
  1503. 2 PR_SUPPLEMENTARY_INFO=_mapi1book_PR_SUPPLEMENTARY_INFO
  1504. 2 PR_SURNAME=_mapi1book_PR_SURNAME
  1505. 2 PR_TELEX_NUMBER=_mapi1book_PR_TELEX_NUMBER
  1506. 2 PR_TEMPLATEID=_mapi1book_PR_TEMPLATEID
  1507. 2 PR_TITLE=_mapi1book_PR_TITLE
  1508. 2 PR_TNEF_CORRELATION_KEY=_mapi1book_PR_TNEF_CORRELATION_KEY
  1509. 2 PR_TRANSMITTABLE_DISPLAY_NAME=_mapi1book_PR_TRANSMITTABLE_DISPLAY_NAME
  1510. 2 PR_TRANSPORT_KEY=_mapi1book_PR_TRANSPORT_KEY
  1511. 2 PR_TRANSPORT_MESSAGE_HEADERS=_mapi1book_PR_TRANSPORT_MESSAGE_HEADERS
  1512. 2 PR_TRANSPORT_PROVIDERS=_mapi1book_PR_TRANSPORT_PROVIDERS
  1513. 2 PR_TRANSPORT_STATUS=_mapi1book_PR_TRANSPORT_STATUS
  1514. 2 PR_TYPE_OF_MTS_USER=_mapi1book_PR_TYPE_OF_MTS_USER
  1515. 2 PR_USER_CERTIFICATE=_mapi1book_PR_USER_CERTIFICATE
  1516. 2 PR_VALID_FOLDER_MASK=_mapi1book_PR_VALID_FOLDER_MASK
  1517. 2 PR_VIEWS_ENTRYID=_mapi1book_PR_VIEWS_ENTRYID
  1518. 2 PR_X400_CONTENT_TYPE=_mapi1book_PR_X400_CONTENT_TYPE
  1519. 2 PR_X400_DEFERRED_DELIVERY_CANCEL=_mapi1book_PR_X400_DEFERRED_DELIVERY_CANCEL
  1520. 2 PR_XPOS=_mapi1book_PR_XPOS
  1521. 2 PR_YPOS=_mapi1book_PR_YPOS
  1522. 1 MAPI Structures and Related Macros
  1523. 2 MAPI Structures and Related Macros=_mapi1book_MAPI_Structures_and_Related_Macros
  1524. 2 ADRENTRY=_mapi1book_ADRENTRY
  1525. 2 ADRLIST=_mapi1book_ADRLIST
  1526. 2 ADRPARM=_mapi1book_ADRPARM
  1527. 2 DTBLBUTTON=_mapi1book_DTBLBUTTON
  1528. 2 DTBLCHECKBOX=_mapi1book_DTBLCHECKBOX
  1529. 2 DTBLCOMBOBOX=_mapi1book_DTBLCOMBOBOX
  1530. 2 DTBLDDLBX=_mapi1book_DTBLDDLBX
  1531. 2 DTBLEDIT=_mapi1book_DTBLEDIT
  1532. 2 DTBLGROUPBOX=_mapi1book_DTBLGROUPBOX
  1533. 2 DTBLLABEL=_mapi1book_DTBLLABEL
  1534. 2 DTBLLBX=_mapi1book_DTBLLBX
  1535. 2 DTBLMVDDLBOX=_mapi1book_DTBLMVDDLBOX
  1536. 2 DTBLMVLISTBOX=_mapi1book_DTBLMVLISTBOX
  1537. 2 DTBLPAGE=_mapi1book_DTBLPAGE
  1538. 2 DTBLRADIOBUTTON=_mapi1book_DTBLRADIOBUTTON
  1539. 2 DTCTL=_mapi1book_DTCTL
  1540. 2 DTPAGE=_mapi1book_DTPAGE
  1541. 2 ENTRYID=_mapi1book_ENTRYID
  1542. 2 ENTRYLIST=_mapi1book_ENTRYLIST
  1543. 2 ERROR_NOTIFICATION=_mapi1book_ERROR_NOTIFICATION
  1544. 2 EXTENDED_NOTIFICATION=_mapi1book_EXTENDED_NOTIFICATION
  1545. 2 FILETIME=_mapi1book_FILETIME
  1546. 2 FLAGLIST=_mapi1book_FLAGLIST
  1547. 2 FLATENTRY=_mapi1book_FLATENTRY
  1548. 2 FLATENTRYLIST=_mapi1book_FLATENTRYLIST
  1549. 2 FLATMTSIDLIST=_mapi1book_FLATMTSIDLIST
  1550. 2 FORMPRINTSETUP=_mapi1book_FORMPRINTSETUP
  1551. 2 GUID=_mapi1book_GUID
  1552. 2 IID=_mapi1book_IID
  1553. 2 LARGE_INTEGER=_mapi1book_LARGE_INTEGER
  1554. 2 MAPIERROR=_mapi1book_MAPIERROR
  1555. 2 MAPIINIT_0=_mapi1book_MAPIINIT_0
  1556. 2 MAPINAMEID=_mapi1book_MAPINAMEID
  1557. 2 MAPIUID=_mapi1book_MAPIUID
  1558. 2 MTSID=_mapi1book_MTSID
  1559. 2 NEWMAIL_NOTIFICATION=_mapi1book_NEWMAIL_NOTIFICATION
  1560. 2 NOTIFICATION=_mapi1book_NOTIFICATION
  1561. 2 NOTIFKEY=_mapi1book_NOTIFKEY
  1562. 2 OBJECT_NOTIFICATION=_mapi1book_OBJECT_NOTIFICATION
  1563. 2 OPTIONDATA=_mapi1book_OPTIONDATA
  1564. 2 PFNIDLE=_mapi1book_PFNIDLE
  1565. 2 SAndRestriction=_mapi1book_SAndRestriction
  1566. 2 SAppTimeArray=_mapi1book_SAppTimeArray
  1567. 2 SBinary=_mapi1book_SBinary
  1568. 2 SBinaryArray=_mapi1book_SBinaryArray
  1569. 2 SBitMaskRestriction=_mapi1book_SBitMaskRestriction
  1570. 2 SCommentRestriction=_mapi1book_SCommentRestriction
  1571. 2 SComparePropsRestriction=_mapi1book_SComparePropsRestriction
  1572. 2 SContentRestriction=_mapi1book_SContentRestriction
  1573. 2 SCurrencyArray=_mapi1book_SCurrencyArray
  1574. 2 SDateTimeArray=_mapi1book_SDateTimeArray
  1575. 2 SDoubleArray=_mapi1book_SDoubleArray
  1576. 2 SExistRestriction=_mapi1book_SExistRestriction
  1577. 2 SGuidArray=_mapi1book_SGuidArray
  1578. 2 SLargeIntegerArray=_mapi1book_SLargeIntegerArray
  1579. 2 SLongArray=_mapi1book_SLongArray
  1580. 2 SLPSTRArray=_mapi1book_SLPSTRArray
  1581. 2 SMAPIFormInfoArray=_mapi1book_SMAPIFormInfoArray
  1582. 2 SMAPIFormProp=_mapi1book_SMAPIFormProp
  1583. 2 SMAPIFormPropArray=_mapi1book_SMAPIFormPropArray
  1584. 2 SMAPIFormPropEnumVal=_mapi1book_SMAPIFormPropEnumVal
  1585. 2 SMAPIVerb=_mapi1book_SMAPIVerb
  1586. 2 SMAPIVerbArray=_mapi1book_SMAPIVerbArray
  1587. 2 SMessageClassArray=_mapi1book_SMessageClassArray
  1588. 2 SNotRestriction=_mapi1book_SNotRestriction
  1589. 2 SOrRestriction=_mapi1book_SOrRestriction
  1590. 2 SPropAttrArray=_mapi1book_SPropAttrArray
  1591. 2 SPropertyRestriction=_mapi1book_SPropertyRestriction
  1592. 2 SPropProblem=_mapi1book_SPropProblem
  1593. 2 SPropProblemArray=_mapi1book_SPropProblemArray
  1594. 2 SPropTagArray=_mapi1book_SPropTagArray
  1595. 2 SPropValue=_mapi1book_SPropValue
  1596. 2 SRealArray=_mapi1book_SRealArray
  1597. 2 SRestriction=_mapi1book_SRestriction
  1598. 2 SRow=_mapi1book_SRow
  1599. 2 SRowSet=_mapi1book_SRowSet
  1600. 2 SShortArray=_mapi1book_SShortArray
  1601. 2 SSizeRestriction=_mapi1book_SSizeRestriction
  1602. 2 SSortOrder=_mapi1book_SSortOrder
  1603. 2 SSortOrderSet=_mapi1book_SSortOrderSet
  1604. 2 SSubRestriction=_mapi1book_SSubRestriction
  1605. 2 STATUS_OBJECT_NOTIFICATION=_mapi1book_STATUS_OBJECT_NOTIFICATION
  1606. 2 STnefProblem=_mapi1book_STnefProblem
  1607. 2 STnefProblemArray=_mapi1book_STnefProblemArray
  1608. 2 SWStringArray=_mapi1book_SWStringArray
  1609. 2 TABLE_NOTIFICATION=_mapi1book_TABLE_NOTIFICATION_structyp
  1610. 2 MAPI Data Types=_mapi1book_MAPI_Data_Types
  1611. 2 BOOKMARK=_mapi1book_BOOKMARK
  1612. 2 BYTE=_mapi1book_C_TYPE_BYTE
  1613. 2 HRESULT=_mapi1book_C_TYPE_HRESULT
  1614. 2 LHANDLE=_mapi1book_C_TYPE_LHANDLE
  1615. 2 LONG=_mapi1book_C_TYPE_LONG
  1616. 2 SCODE=_mapi1book_C_TYPE_SCODE
  1617. 2 TCHAR=_mapi1book_C_TYPE_TCHAR
  1618. 2 ULONG=_mapi1book_C_TYPE_ULONG
  1619. 2 WCHAR=_mapi1book_C_TYPE_WCHAR
  1620. 1 Common Message Calls (CMC)
  1621. 2 Common Messaging Calls (CMC)=_mapi1book_Common_Messaging_Calls_CMC_
  1622. 2 Functions=_mapi1book_Functions
  1623. 2 cmc_act_on=_mapi1book_cmc_act_on
  1624. 2 cmc_free=_mapi1book_cmc_free
  1625. 2 cmc_list=_mapi1book_cmc_list
  1626. 2 cmc_logoff=_mapi1book_cmc_logoff
  1627. 2 cmc_logon=_mapi1book_cmc_logon
  1628. 2 cmc_look_up=_mapi1book_cmc_look_up
  1629. 2 cmc_query_configuration=_mapi1book_cmc_query_configuration
  1630. 2 cmc_read=_mapi1book_cmc_read
  1631. 2 cmc_send=_mapi1book_cmc_send
  1632. 2 cmc_send_documents=_mapi1book_cmc_send_documents
  1633. 2 Structures and Data Types=_mapi1book_Structures_and_Data_Types
  1634. 2 BYTE=_mapi1book_BYTE
  1635. 2 CMC_attachment=_mapi1book_CMC_attachment
  1636. 2 CMC_boolean=_mapi1book_CMC_boolean
  1637. 2 CMC_buffer=_mapi1book_CMC_buffer
  1638. 2 CMC_counted_string=_mapi1book_CMC_counted_string
  1639. 2 CMC_enum=_mapi1book_CMC_enum
  1640. 2 CMC_extension=_mapi1book_CMC_extension
  1641. 2 CMC_flags=_mapi1book_CMC_flags
  1642. 2 CMC_message=_mapi1book_CMC_message
  1643. 2 CMC_message_reference=_mapi1book_CMC_message_reference
  1644. 2 CMC_message_summary=_mapi1book_CMC_message_summary
  1645. 2 CMC_object_identifier=_mapi1book_CMC_object_identifier
  1646. 2 CMC_recipient=_mapi1book_CMC_recipient
  1647. 2 CMC_return_code=_mapi1book_CMC_return_code
  1648. 2 CMC_session_id=_mapi1book_CMC_session_id
  1649. 2 CMC_string=_mapi1book_CMC_string
  1650. 2 CMC_time=_mapi1book_CMC_time
  1651. 2 CMC_ui_id=_mapi1book_CMC_ui_id
  1652. 2 CMC_X_COM_configuration=_mapi1book_CMC_X_COM_configuration
  1653. 2 CMC_X_COM_support=_mapi1book_CMC_X_COM_support
  1654. 2  CMC_X_MS_ATTACH= _mapi1book_CMC_X_MS_ATTACH
  1655. 2 Data Extensions=_mapi1book_Data_Extensions
  1656. 2 CMC_XS_COM=_mapi1book_CMC_XS_COM
  1657. 2 CMC_X_COM_ATTACH_CHARPOS=_mapi1book_CMC_X_COM_ATTACH_CHARPOS
  1658. 2 CMC_X_COM_CAN_SEND_RECIP=_mapi1book_CMC_X_COM_CAN_SEND_RECIP
  1659. 2 CMC_X_COM_CONFIG_DATA=_mapi1book_CMC_X_COM_CONFIG_DATA
  1660. 2 CMC_X_COM_PRIORITY=_mapi1book_CMC_X_COM_PRIORITY
  1661. 2 CMC_X_COM_RECIP_ID=_mapi1book_CMC_X_COM_RECIP_ID
  1662. 2 CMC_X_COM_SAVE_MESSAGE=_mapi1book_CMC_X_COM_SAVE_MESSAGE
  1663. 2 CMC_X_COM_SENT_MESSAGE=_mapi1book_CMC_X_COM_SENT_MESSAGE
  1664. 2 CMC_X_COM_SUPPORT_EXT=_mapi1book_CMC_X_COM_SUPPORT_EXT
  1665. 2 CMC_X_COM_TIME_RECEIVED=_mapi1book_CMC_X_COM_TIME_RECEIVED
  1666. 2 CMC_XS_MS=_mapi1book_CMC_XS_MS
  1667. 2 CMC_X_MS_ADDRESS_UI=_mapi1book_CMC_X_MS_ADDRESS_UI
  1668. 2 CMC_X_MS_ATTACH_DATA=_mapi1book_CMC_X_MS_ATTACH_DATA
  1669. 2 CMC_X_MS_FUNCTION_FLAGS=_mapi1book_CMC_X_MS_FUNCTION_FLAGS
  1670. 2 CMC_X_MS_MESSAGE_DATA=_mapi1book_CMC_X_MS_MESSAGE_DATA
  1671. 2 CMC_X_MS_SESSION_FLAGS=_mapi1book_CMC_X_MS_SESSION_FLAGS
  1672. 1 Simple MAPI
  1673. 2 Simple MAPI=_mapi1book_Simple_MAPI
  1674. 2 Functions for C and C++=_mapi1book_Functions_for_C_and_C_
  1675. 2 MAPIAddress=_mapi1book_C_MAPIAddress
  1676. 2 MAPIDeleteMail=_mapi1book_C_MAPIDeleteMail
  1677. 2 MAPIDetails=_mapi1book_C_MAPIDetails
  1678. 2 MAPIFindNext=_mapi1book_C_MAPIFindNext
  1679. 2 MAPIFreeBuffer (Simple MAPI)=_mapi1book_MAPIFreeBuffer_Simple_MAPI_
  1680. 2 MAPILogoff=_mapi1book_C_MAPILogoff
  1681. 2 MAPILogon=_mapi1book_C_MAPILogon
  1682. 2 MAPIReadMail=_mapi1book_C_MAPIReadMail
  1683. 2 MAPIResolveName=_mapi1book_C_MAPIResolveName
  1684. 2 MAPISaveMail=_mapi1book_C_MAPISaveMail
  1685. 2 MAPISendDocuments=_mapi1book_C_MAPISendDocuments
  1686. 2 MAPISendMail=_mapi1book_C_MAPISendMail
  1687. 2 Structures for C and C++=_mapi1book_Structures_for_C_and_C_
  1688. 2 MapiFileDesc (Simple MAPI)=_mapi1book_MapiFileDesc_Simple_MAPI_
  1689. 2 MapiFileTagExt (Simple MAPI)=_mapi1book_MapiFileTagExt_Simple_MAPI_
  1690. 2 MapiMessage (Simple MAPI)=_mapi1book_MapiMessage_Simple_MAPI_
  1691. 2 MapiRecipDesc (Simple MAPI)=_mapi1book_MapiRecipDesc_Simple_MAPI_
  1692. 2 Functions for Visual Basic=_mapi1book_Functions_for_Visual_Basic
  1693. 2 MAPIAddress (VB)=_mapi1book_MAPIAddress_VB_
  1694. 2 MAPIDeleteMail (VB)=_mapi1book_MAPIDeleteMail_VB_
  1695. 2 MAPIDetails (VB)=_mapi1book_MAPIDetails_VB_
  1696. 2 MAPIFindNext (VB)=_mapi1book_MAPIFindNext_VB_
  1697. 2 MAPILogoff (VB)=_mapi1book_MAPILogoff_VB_
  1698. 2 MAPILogon (VB)=_mapi1book_MAPILogon_VB_
  1699. 2 MAPIReadMail (VB)=_mapi1book_MAPIReadMail_VB_
  1700. 2 MAPIResolveName (VB)=_mapi1book_MAPIResolveName_VB_
  1701. 2 MAPISaveMail (VB)=_mapi1book_MAPISaveMail_VB_
  1702. 2 MAPISendDocuments (VB)=_mapi1book_MAPISendDocuments_VB_
  1703. 2 MAPISendMail (VB)=_mapi1book_MAPISendMail_VB_
  1704. 2 Data Types for Visual Basic=_mapi1book_Data_Types_for_Visual_Basic
  1705. 2 MapiFile (VB)=_mapi1book_MapiFile_VB_
  1706. 2 MapiMessage (VB)=_mapi1book_MapiMessage_VB_
  1707. 2 MapiRecip (VB)=_mapi1book_MapiRecip_VB_
  1708. 1 Property Identifiers and Types
  1709. 2 Property Identifiers and Types=_mapi1book_Property_Identifiers_and_Types
  1710. 2 List of Property Identifier Ranges=_mapi1book_List_of_Property_Identifier_Ranges
  1711. 2 List of Property Types=_mapi1book_List_of_Property_Types
  1712. 1 MAPI Versions of 32-Bit Windows Functions
  1713. 2 MAPI Versions of 32-Bit Windows Functions=_MAPI_Versions_of_32_Bit_Windows_Functions
  1714. 2 Accessing Win32 Information in the MAPIWIN.H Header File=_mapi1book_Accessing_Win32_Information_in_the_MAPIWIN.H_Header_File
  1715. 2 Syntax and Limitations for Win32 Functions Useful in MAPI Development=_mapi1book_Syntax_and_Limitations_for_Win32_Functions_Useful_in_MAPI_Development
  1716. 2 CloseHandle= _mapi1book_CloseHandle
  1717. 2 CompareFileTime=#_mapi1book_CompareFileTime
  1718. 2 CompareStringA=_mapi1book_CompareStringA
  1719. 2 CompareStringW=_mapi1book_CompareStringW
  1720. 2 CopyFile=_mapi1book_CopyFile
  1721. 2 CopyMemory=_mapi1book_CopyMemory
  1722. 2 CreateDirectory=_mapi1book_CreateDirectory
  1723. 2 CreateFile=_mapi1book_CreateFile
  1724. 2 DeleteFile=_mapi1book_DeleteFile
  1725. 2 DosDateTimeToFileTime=_mapi1book_DosDateTimeToFileTime
  1726. 2 FBadReadPtr=_mapi1book_FBadReadPtr
  1727. 2 FileTimeToLocalFileTime=_mapi1book_FileTimeToLocalFileTime
  1728. 2 FileTimeToDosDateTime=_mapi1book_FileTimeToDosDateTime
  1729. 2 FileTimeToSystemTime=_mapi1book_FileTimeToSystemTime
  1730. 2 FillMemory=_mapi1book_FillMemory
  1731. 2 FindClose=_mapi1book_FindClose
  1732. 2 FindFirstFile=_mapi1book_FindFirstFile
  1733. 2 FindNextFile=_mapi1book_FindNextFile
  1734. 2 GetACP=_mapi1book_GetACP
  1735. 2 GetCurrentProcessID=_mapi1book_GetCurrentProcessID
  1736. 2 GetFileAttributes=_mapi1book_GetFileAttributes
  1737. 2 GetFileSize=_mapi1book_GetFileSize
  1738. 2 GetFileTime=_mapi1book_GetFileTime
  1739. 2 GetFullPathName=_mapi1book_GetFullPathName
  1740. 2 GetLastError=_mapi1book_GetLastError
  1741. 2 GetLocalTime=_mapi1book_GetLocalTime
  1742. 2 GetSystemTime=_mapi1book_GetSystemTime
  1743. 2 GetTempFileName=_mapi1book_GetTempFileName
  1744. 2 GetTempFileName32=_mapi1book_GetTempFileName32
  1745. 2 GetTempPath=_mapi1book_GetTempPath
  1746. 2 GetTimeZoneInformation=_mapi1book_GetTimeZoneInformation
  1747. 2 GetUserDefaultLCID=_mapi1book_GetUserDefaultLCID
  1748. 2 InterlockedDecrement=_mapi1book_InterlockedDecrement
  1749. 2 InterlockedIncrement=_mapi1book_InterlockedIncrement
  1750. 2 IsBadBoundedStringPtr=_mapi1book_IsBadBoundedStringPtr
  1751. 2 IsBadReadPtr=_mapi1book_IsBadReadPtr
  1752. 2 IsBadStringPtrW=_mapi1book_IsBadStringPtrW
  1753. 2 LocalFileTimeToFileTime=_mapi1book_LocalFileTimeToFileTime
  1754. 2 lstrlenW=_mapi1book_lstrlenW
  1755. 2 lstrcmpW=_mapi1book_lstrcmpW
  1756. 2 lstrcpyW=_mapi1book_lstrcpyW
  1757. 2 MoveFile=_mapi1book_MoveFile
  1758. 2 MoveMemory=_mapi1book_MoveMemory
  1759. 2 MulDiv32=_mapi1book_MulDiv32
  1760. 2 MultiByteToWideChar=_mapi1book_MultiByteToWideChar
  1761. 2 ReadFile=_mapi1book_ReadFile
  1762. 2 RemoveDirectory=_mapi1book_RemoveDirectory
  1763. 2 SetEndOfFile=_mapi1book_SetEndOfFile
  1764. 2 SetFilePointer=_mapi1book_SetFilePointer
  1765. 2 SetTimeZoneInformation=_mapi1book_SetTimeZoneInformation
  1766. 2 Sleep=_mapi1book_Sleep
  1767. 2 SystemTimeToFileTime=_mapi1book_SystemTimeToFileTime
  1768. 2 WideCharToMultiByte=_mapi1book_WideCharToMultiByte
  1769. 2 WriteFile=_mapi1book_WriteFile
  1770. 2 ZeroMemory=_mapi1book_ZeroMemory
  1771. 1 Address Types
  1772. 2 Address Types=_mapi1book_Address_Types
  1773. 2 3+Mail (3COM)=_mapi1book_3_Mail_3COM_
  1774. 2 AT&T EasyLink (ATT)=_mapi1book_AT_T_EasyLink_ATT_
  1775. 2 Facsimile (FAX, MSFAX)=_mapi1book_Facsimile_FAX_MSFAX_
  1776. 2 MCI Mail (MCI)=_mapi1book_MCI_Mail_MCI_
  1777. 2 Novell Message Handling System (MHS)=_mapi1book_Novell_Message_Handling_System_MHS_
  1778. 2 Microsoft Mail for PC Networks (MS)=_mapi1book_Microsoft_Mail_for_PC_Networks_MS_
  1779. 2 Microsoft Mail for Appletalk Networks (MSA)=_mapi1book_Microsoft_Mail_for_Appletalk_Networks_MSA_
  1780. 2 The Microsoft Network (MSN)=_mapi1book_The_Microsoft_Network_MSN_
  1781. 2 Professional Office System (PROFS)=_mapi1book_Professional_Office_System_PROFS_
  1782. 2 Internet (SMTP)=_mapi1book_Internet_SMTP_
  1783. 2 SNA Distribution System (SNADS)=_mapi1book_SNA_Distribution_System_SNADS_
  1784. 2 Telex (TELEX) - Proposed=_mapi1book_Telex_TELEX_Proposed
  1785. 2 X.400 Message Handling System (X400)=_mapi1book_X.400_Message_Handling_System_X400_
  1786. 2 X.500 Directory Service (X500)=_mapi1book_X.500_Directory_Service_X500_
  1787. 1 Transport-Neutral Encapsulation Format (TNEF)
  1788. 2 Transport-Neutral Encapsulation Format (TNEF)=_mapi1book_Transport_Neutral_Encapsulation_Format_TNEF_
  1789. 2 TNEF Encoding Example=_mapi1book_TNEF_Encoding_Example
  1790. 2 Mapping of TNEF Message Attributes to MAPI Properties=_mapi1book_Mapping_of_TNEF_Message_Attributes_to_MAPI_Properties
  1791. 2 Mapping of TNEF Attachment Attributes to MAPI Properties=_mapi1book_Mapping_of_TNEF_Attachment_Attributes_to_MAPI_Properties
  1792. 2 Comments About the Attributes=_mapi1book_Comments_About_the_Attributes
  1793. 2 attMAPIProps=_mapi1book_attMAPIProps
  1794. 2 Attributes with the attDate Prefix=_mapi1book_Attributes_with_the_attDate_Prefix
  1795. 2 attOriginalMessageClass=_mapi1book_attOriginalMessageClass
  1796. 2 attConversationID and attParentID=_mapi1book_attConversationID_and_attParentID
  1797. 2 attFrom=_mapi1book_attFrom
  1798. 2 attOwner=_mapi1book_attOwner
  1799. 2 attSentFor=_mapi1book_attSentFor
  1800. 2 attRecipTable=_mapi1book_attRecipTable
  1801. 2 attPriority=_mapi1book_attPriority
  1802. 2 attMessageStatus=_mapi1book_attMessageStatus
  1803. 2 attAttachRenddata=_mapi1book_attAttachRenddata
  1804. 2 OLE Attachments=_mapi1book_OLE_Attachments
  1805. 1 Mapping of X.400 P2 Attributes to MAPI Properties
  1806. 2 Mapping of X.400 P2 Attributes to MAPI Properties=_mapi1book_Mapping_of_X.400_P2_Attributes_to_MAPI_Properties
  1807. 2 X.400 Attributes By Object=_mapi1book_X..400_Attributes_By_Object
  1808. 2 OMP_O_IM_C_BD_PRT=_mapi1book_OMP_O_IM_C_BD_PRT
  1809. 2 OMP_O_IM_C_BILAT_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_BILAT_DEF_BD_PRT
  1810. 2 OMP_O_IM_C_EXTERN_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_EXTERN_DEF_BD_PRT
  1811. 2 OMP_O_IM_C_G3_FAX_BD_PRT=_mapi1book_OMP_O_IM_C_G3_FAX_BD_PRT
  1812. 2 OMP_O_IM_C_G4_CLASS_1_BD_PRT=_mapi1book_OMP_O_IM_C_G4_CLASS_1_BD_PRT
  1813. 2 OMP_O_IM_C_GENERAL_TEXT_BD_PRT=_mapi1book_OMP_O_IM_C_GENERAL_TEXT_BD_PRT
  1814. 2 OMP_O_IM_C_IA5_TEXT_BD_PRT=_mapi1book_OMP_O_IM_C_IA5_TEXT_BD_PRT
  1815. 2 OMP_O_IM_C_INTERPERSONAL_MSG=_mapi1book_OMP_O_IM_C_INTERPERSONAL_MSG
  1816. 2 OMP_O_IM_C_INTERPERSONAL_NOTIF=_mapi1book_OMP_O_IM_C_INTERPERSONAL_NOTIF
  1817. 2 OMP_O_IM_C_IPM_IDENTIFIER=_mapi1book_OMP_O_IM_C_IPM_IDENTIFIER
  1818. 2 OMP_O_IM_C_ISO_6937_TEXT_BD_PRT=_mapi1book_OMP_O_IM_C_ISO_6937_TEXT_BD_PRT
  1819. 2 OMP_O_IM_C_MESSAGE_BD_PRT=_mapi1book_OMP_O_IM_C_MESSAGE_BD_PRT
  1820. 2 OMP_O_IM_C_MIXED_MODE_BD_PRT=_mapi1book_OMP_O_IM_C_MIXED_MODE_BD_PRT
  1821. 2 OMP_O_IM_C_NATIONAL_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_NATIONAL_DEF_BD_PRT
  1822. 2 OMP_O_IM_C_NON_RECEIPT_NOTIF=_mapi1book_OMP_O_IM_C_NON_RECEIPT_NOTIF
  1823. 2 OMP_O_IM_C_ODA_BD_PRT=_mapi1book_OMP_O_IM_C_ODA_BD_PRT
  1824. 2 OMP_O_IM_C_OR_DESCRIPTOR=_mapi1book_OMP_O_IM_C_OR_DESCRIPTOR
  1825. 2 OMP_O_IM_C_RECEIPT_NOTIF=_mapi1book_OMP_O_IM_C_RECEIPT_NOTIF
  1826. 2 OMP_O_IM_C_RECIPIENT_SPECIFIER=_mapi1book_OMP_O_IM_C_RECIPIENT_SPECIFIER
  1827. 2 OMP_O_IM_C_TELETEX_BD_PRT=_mapi1book_OMP_O_IM_C_TELETEX_BD_PRT
  1828. 2 OMP_O_IM_C_UNIDENTIFIED_BD_PRT=_mapi1book_OMP_O_IM_C_UNIDENTIFIED_BD_PRT
  1829. 2 OMP_O_IM_C_USA_NAT_DEF_BD_PRT=_mapi1book_OMP_O_IM_C_USA_NAT_DEF_BD_PRT
  1830. 2 OMP_O_IM_C_VIDEOTEX_BD_PRT=_mapi1book_OMP_O_IM_C_VIDEOTEX_BD_PRT
  1831. 2 Comprehensive X.400 Attributes Reference=_mapi1book_Comprehensive_X..400_Attributes_Reference
  1832. 1 Mapping of Internet Mail Attributes to MAPI Properties
  1833. 2 Mapping of Internet Mail Attributes to MAPI Properties=_mapi1book_Mapping_of_Internet_Mail_Attributes_to_MAPI_Properties
  1834. 2 Addressing=_mapi1book_Addressing
  1835. 2 Message Envelope=_mapi1book_Message_Envelope
  1836. 2 Message Content=_mapi1book_Message_Content
  1837. 2 Message Text=_mapi1book_Message_Text
  1838. 2 Attached Files and Messages=_mapi1book_Attached_Files_and_Messages
  1839. 1 Regular Expressions
  1840. 2 Regular Expressions=_mapi1book_Regular_Expressions
  1841. 1 Functionality Groups
  1842. 2 Functionality Groups=_mapi1book_Functionality_Groups
  1843. 2 Function Groups=_mapi1book_Function_Groups
  1844. 2 Arithmetic Functions=_mapi1book_Arithmetic_Functions
  1845. 2 Base Functions=_mapi1book_Base_Functions
  1846. 2 Forms Functions=_mapi1book_Forms_Functions
  1847. 2 Identifier Functions=_mapi1book_Identifier_Functions
  1848. 2 Idle Functions=_mapi1book_Idle_Functions
  1849. 2 Initialization Functions=_mapi1book_Initialization_Functions
  1850. 2 IStorage Functions=_mapi1book_IStorage_Functions
  1851. 2 IUnknown Functions=_mapi1book_IUnknown_Functions
  1852. 2 Memory Management Functions=_mapi1book_Memory_Management_Functions
  1853. 2 Message Session Functions=_mapi1book_Message_Session_Functions
  1854. 2 Notification Functions=_mapi1book_Notification_Functions
  1855. 2 Parameter Validation Functions=_mapi1book_Parameter_Validation_Functions
  1856. 2 Path Name Functions=_mapi1book_Path_Name_Functions
  1857. 2 Preprocessor Functions=_mapi1book_Preprocessor_Functions
  1858. 2 Properties Functions=_mapi1book_Properties_Functions
  1859. 2 RTF Synchronization Functions=_mapi1book_RTF_Synchronization_Functions
  1860. 2 String Operator Functions=_mapi1book_String_Operator_Functions
  1861. 2 Structure Validation Functions=_mapi1book_Structure_Validation_Functions
  1862. 2 Table Functions=_mapi1book_Table_Functions
  1863. 2 Tnef Functions=_mapi1book_Tnef_Functions
  1864. 2 Property Groups=_mapi1book_Property_Groups
  1865. 2 Actual Recipient Properties=_mapi1book_Actual_Recipient_Properties
  1866. 2 Alternate Recipient Properties=_mapi1book_Alternate_Recipient_Properties
  1867. 2 Attachment Properties=_mapi1book_Attachment_Properties
  1868. 2 Autoforwarding Properties=_mapi1book_Autoforwarding_Properties
  1869. 2 Base Address Properties=_mapi1book_Base_Address_Properties
  1870. 2 Certificate Properties=_mapi1book_Certificate_Properties
  1871. 2 Content Properties=_mapi1book_Content_Properties
  1872. 2 Conversation Properties=_mapi1book_Conversation_Properties
  1873. 2 Conversion Properties=_mapi1book_Conversion_Properties
  1874. 2 Criticality Properties=_mapi1book_Criticality_Properties
  1875. 2 Dialog Box Control Properties=_mapi1book_Dialog_Box_Control_Properties
  1876. 2 Folder Properties=_mapi1book_Folder_Properties
  1877. 2 Form Properties=_mapi1book_Form_Properties
  1878. 2 General Object Properties=_mapi1book_General_Object_Properties
  1879. 2 Identity Properties=_mapi1book_Identity_Properties
  1880. 2 IPM Properties=_mapi1book_IPM_Properties
  1881. 2 Message Properties=_mapi1book_Message_Properties
  1882. 2 Message Service Properties=_mapi1book_Message_Service_Properties
  1883. 2 Original Author Properties=_mapi1book_Original_Author_Properties
  1884. 2 Original Messaging User Properties=_mapi1book_Original_Messaging_User_Properties
  1885. 2 Original Represented Sender Properties=_mapi1book_Original_Represented_Sender_Properties
  1886. 2 Original Sender Properties=_mapi1book_Original_Sender_Properties
  1887. 2 Originally Intended Recipient Properties=_mapi1book_Originally_Intended_Recipient_Properties
  1888. 2 Origination Properties=_mapi1book_Origination_Properties
  1889. 2 Physical Delivery Properties=_mapi1book_Physical_Delivery_Properties
  1890. 2 Proof of Progress Properties=_mapi1book_Proof_of_Progress_Properties
  1891. 2 Provider Properties=_mapi1book_Provider_Properties
  1892. 2 Recipient List Properties=_mapi1book_Recipient_List_Properties
  1893. 2 Remote Transfer Properties=_mapi1book_Remote_Transfer_Properties
  1894. 2 Report Properties=_mapi1book_Report_Properties
  1895. 2 Report Recipient Properties=_mapi1book_Report_Recipient_Properties
  1896. 2 Represented Recipient Properties=_mapi1book_Represented_Recipient_Properties
  1897. 2 Represented Sender Properties=_mapi1book_Represented_Sender_Properties
  1898. 2 Reserved Properties=_mapi1book_Reserved_Properties
  1899. 2 Rich Text Properties=_mapi1book_Rich_Text_Properties
  1900. 2 Schedule Properties=_mapi1book_Schedule_Properties
  1901. 2 Sender Properties=_mapi1book_Sender_Properties
  1902. 2 Specialized Usage Properties=_mapi1book_Specialized_Usage_Properties
  1903. 2 Subject Properties=_mapi1book_Subject_Properties
  1904. 2 Supplemental Name Properties=_mapi1book_Supplemental_Name_Properties
  1905. 2 Table Access Properties=_mapi1book_Table_Access_Properties
  1906. 2 Table Row Properties=_mapi1book_Table_Row_Properties
  1907. 2 Template Properties=_mapi1book_Template_Properties
  1908. 2 Time Properties=_mapi1book_Time_Properties
  1909. 2 Unused Properties=_mapi1book_Unused_Properties
  1910. 2 User Personal Information Properties=_mapi1book_User_Personal_Information_Properties
  1911. 2 Structure Groups=_mapi1book_Structure_Groups
  1912. 2 Address Structures=_mapi1book_Address_Structures
  1913. 2 Display Table Structures=_mapi1book_Display_Table_Structures
  1914. 2 Form Structures=_mapi1book_Form_Structures
  1915. 2 ID Structures=_mapi1book_ID_Structures
  1916. 2 Notification Structures=_mapi1book_Notification_Structures
  1917. 2 Property Structures=_mapi1book_Property_Structures
  1918. 2 Restriction Structures=_mapi1book_Restriction_Structures
  1919. 2 Simple MAPI Structures=_mapi1book_Simple_MAPI_Structures
  1920. 2 Table Structures=_mapi1book_Table_Structures
  1921. 2 TNEF Structures=_mapi1book_TNEF_Structures
  1922. 1 Glossary
  1923. 2 A=_mapi1book_A
  1924. 2 address book=_mapi1book_gly_address_book
  1925. 2 address book container=_mapi1book_gly_address_book_container
  1926. 2 address book provider=_mapi1book_gly_address_book_provider
  1927. 2 address properties=_mapi1book_gly_address_properties
  1928. 2 advise sink=_mapi1book_gly_advise_sink
  1929. 2 ambiguous name resolution=_mapi1book_gly_ambiguous_name_resolution
  1930. 2 application form library=_mapi1book_gly_application_form_library
  1931. 2 ASN=_mapi1book_gly_ASN
  1932. 2 associated contents table=_mapi1book_gly_associated_contents_table
  1933. 2 associated information=_mapi1book_gly_associated_information
  1934. 2 attachment=_mapi1book_gly_attachment
  1935. 2 attachment table=_mapi1book_gly_attachment_table
  1936. 2 B=_mapi1book_B
  1937. 2 bookmark=_mapi1book_gly_bookmark
  1938. 2 C=_mapi1book_C
  1939. 2 canonical form=_mapi1book_gly_canonical_form
  1940. 2 CCITT=_mapi1book_gly_CCITT
  1941. 2 client=_mapi1book_gly_client
  1942. 2 client application=_mapi1book_gly_client_application
  1943. 2 client extension=_mapi1book_gly_client_extension
  1944. 2 client interface=_mapi1book_gly_client_interface
  1945. 2 CMC=_mapi1book_gly_CMC
  1946. 2 common dialog box=_mapi1book_gly_common_dialog_box
  1947. 2 Common Messaging Calls=_mapi1book_gly_Common_Messaging_Calls
  1948. 2 Common Messaging Calls data extension=_mapi1book_gly_Common_Messaging_Calls_data_extension
  1949. 2 compound entry identifier=_mapi1book_gly_compound_entry_identifier
  1950. 2 configuration file=_mapi1book_gly_configuration_file
  1951. 2 connection number=_mapi1book_gly_connection_number
  1952. 2 container=_mapi1book_gly_container
  1953. 2 contents table=_mapi1book_gly_contents_table
  1954. 2 conversation thread=_mapi1book_gly_conversation_thread
  1955. 2 custom recipient=_mapi1book_gly_custom_recipient
  1956. 2 custom recipient entry identifier=_mapi1book_gly_custom_recipient_entry_identifier
  1957. 2 custom recipient table=_mapi1book_gly_custom_recipient_table
  1958. 2 custom recipient template entry identifier=_mapi1book_gly_custom_recipient_template_entry_identifier
  1959. 2 D=_mapi1book_D
  1960. 2 data extension=_mapi1book_gly_data_extension
  1961. 2 DBCS=_mapi1book_gly_DBCS
  1962. 2 default profile=_mapi1book_gly_default_profile
  1963. 2 delegate access=_mapi1book_gly_delegate_access
  1964. 2 Deleted Items folder=_mapi1book_gly_Deleted_Items_folder
  1965. 2 delivery report=_mapi1book_gly_delivery_report
  1966. 2 dialog box=_mapi1book_gly_dialog_box
  1967. 2 disk instance=_mapi1book_gly_disk_instance
  1968. 2 display name=_mapi1book_gly_display_name
  1969. 2 display table=_mapi1book_gly_display_table
  1970. 2 distribution list=_mapi1book_gly_distribution_list
  1971. 2 domain=_mapi1book_gly_domain
  1972. 2 E=_mapi1book_E
  1973. 2 Electronic Data Interchange=_mapi1book_gly_Electronic_Data_Interchange
  1974. 2 entry identifier=_mapi1book_gly_entry_identifier
  1975. 2 entry point function=_mapi1book_gly_entry_point_function
  1976. 2 event=_mapi1book_gly_event
  1977. 2 event mask=_mapi1book_gly_event_mask
  1978. 2 extension=_mapi1book_gly_extension
  1979. 2 F=_mapi1book_F
  1980. 2 folder=_mapi1book_gly_folder
  1981. 2 folder form library=_mapi1book_gly_folder_form_library
  1982. 2 foreign system=_mapi1book_gly_foreign_system
  1983. 2 form=_mapi1book_gly_form
  1984. 2 form activation=_mapi1book_gly_form_activation
  1985. 2 form container=_mapi1book_gly_form_container
  1986. 2 (Untitled) _mapi1book_gly_form_library=_mapi1book_gly_form_library
  1987. 2 form library provider=_mapi1book_gly_form_library_provider
  1988. 2 form resolution=_mapi1book_gly_form_resolution
  1989. 2 form server=_mapi1book_gly_form_server
  1990. 2 form viewer=_mapi1book_gly_form_viewer
  1991. 2 fuzzy level=_mapi1book_gly_fuzzy_level
  1992. 2 G=_mapi1book_G
  1993. 2 GAL=_mapi1book_gly_GAL
  1994. 2 gateway=_mapi1book_gly_gateway
  1995. 2 global address list=_mapi1book_gly_global_address_list
  1996. 2 H=_mapi1book_H
  1997. 2 hands-off state=_mapi1book_gly_hands_off_state
  1998. 2 header folder=_mapi1book_gly_header_folder
  1999. 2 hierarchy table=_mapi1book_gly_hierarchy_table
  2000. 2 hook=_mapi1book_gly_hook
  2001. 2 hook provider=_mapi1book_gly_hook_provider
  2002. 2 I=_mapi1book_I
  2003. 2 IID=_mapi1book_gly_IID
  2004. 2 Inbox=_mapi1book_gly_Inbox
  2005. 2 information service=_mapi1book_gly_information_service
  2006. 2 interface=_mapi1book_gly_interface
  2007. 2 interface identifier=_mapi1book_gly_interface_identifier
  2008. 2 International Telecommunications Union=_mapi1book_gly_International_Telecommunications_Union
  2009. 2 interpersonal message=_mapi1book_gly_interpersonal_message
  2010. 2 interprocess communication=_mapi1book_gly_interprocess_communication
  2011. 2 IPC message=_mapi1book_gly_IPC_message
  2012. 2 IPM=_mapi1book_gly_IPM
  2013. 2 IPM subtree=_mapi1book_gly_IPM_subtree
  2014. 2 K=_mapi1book_K
  2015. 2 key=_mapi1book_gly_key
  2016. 2 L=_mapi1book_L
  2017. 2 local message store=_mapi1book_gly_local_message_store
  2018. 2 logon=_mapi1book_gly_logon
  2019. 2 logoff=_mapi1book_gly_logoff
  2020. 2 long-term entry identifier=_mapi1book_gly_long_term_entry_identifier
  2021. 2 M=_mapi1book_M
  2022. 2 mail user=_mapi1book_gly_mail_user
  2023. 2 MAPI=_mapi1book_gly_MAPI
  2024. 2 MAPI interface=_mapi1book_gly_MAPI_interface
  2025. 2 MAPI object=_mapi1book_gly_MAPI_object
  2026. 2 MAPI spooler=_mapi1book_gly_MAPI_spooler
  2027. 2 MAPI subsystem=_mapi1book_gly_MAPI_subsystem
  2028. 2 message=_mapi1book_gly_message
  2029. 2 message body=_mapi1book_gly_message_body
  2030. 2 message class=_mapi1book_gly_message_class
  2031. 2 message content=_mapi1book_gly_message_content
  2032. 2 message envelope=_mapi1book_gly_message_envelope
  2033. 2 message preprocessor=_mapi1book_gly_message_preprocessor
  2034. 2 message service=_mapi1book_gly_message_service
  2035. 2 message service table=_mapi1book_gly_message_service_table
  2036. 2 message site=_mapi1book_gly_message_site
  2037. 2 message store=_mapi1book_gly_message_store
  2038. 2 message store provider=_mapi1book_gly_message_store_provider
  2039. 2 message store table=_mapi1book_gly_message_store_table
  2040. 2 message text=_mapi1book_gly_message_text
  2041. 2 message transfer agent=_mapi1book_gly_message_transfer_agent
  2042. 2 message transfer system=_mapi1book_gly_message_transfer_system
  2043. 2 messaging application=_mapi1book_gly_messaging_application
  2044. 2 messaging domain=_mapi1book_gly_messaging_domain
  2045. 2 messaging hook provider=_mapi1book_gly_messaging_hook_provider
  2046. 2 messaging service=_mapi1book_gly_messaging_service
  2047. 2 messaging system=_mapi1book_gly_messaging_system
  2048. 2 messaging transport provider=_mapi1book_gly_messaging_transport_provider
  2049. 2 messaging user=_mapi1book_gly_messaging_user
  2050. 2 MTA=_mapi1book_gly_MTA
  2051. 2 MTS=_mapi1book_gly_MTS
  2052. 2 multivalued property=_mapi1book_gly_multivalued_property
  2053. 2 N=_mapi1book_N
  2054. 2 name resolution=_mapi1book_gly_name_resolution
  2055. 2 name space=_mapi1book_gly_name_space
  2056. 2 named property=_mapi1book_gly_named_property
  2057. 2 name-identifier mapping=_mapi1book_gly_name_identifier_mapping
  2058. 2 NDR=_mapi1book_gly_NDR
  2059. 2 no-scribble state=_mapi1book_gly_no_scribble_state
  2060. 2 non-IPM message=_mapi1book_gly_non_IPM_message
  2061. 2 nondelivery report=_mapi1book_gly_nondelivery_report
  2062. 2 nonread notification=_mapi1book_gly_nonread_notification
  2063. 2 nonread report=_mapi1book_gly_nonread_report
  2064. 2 nontransmittable property=_mapi1book_gly_nontransmittable_property
  2065. 2 normal state=_mapi1book_gly_normal_state
  2066. 2 notification=_mapi1book_gly_notification
  2067. 2 O=_mapi1book_O
  2068. 2 OID=_mapi1book_gly_OID
  2069. 2 OLE Messaging Library=_mapi1book_gly_OLE_Messaging_Library
  2070. 2 OLE Messaging collection=_mapi1book_gly_OLE_Messaging_collection
  2071. 2 OLE Messaging object=_mapi1book_gly_OLE_Messaging_object
  2072. 2 one-off=_mapi1book_gly_one_off
  2073. 2 one-off address=_mapi1book_gly_one_off_address
  2074. 2 one-off entry identifier=_mapi1book_gly_one_off_entry_identifier
  2075. 2 one-off table=_mapi1book_gly_one_off_table
  2076. 2 one-off template=_mapi1book_gly_one_off_template
  2077. 2 one-off template entry identifier=_mapi1book_gly_one_off_template_entry_identifier
  2078. 2 Outbox=_mapi1book_gly_Outbox
  2079. 2 P=_mapi1book_P
  2080. 2 PAB=_mapi1book_gly_PAB
  2081. 2 personal address book=_mapi1book_gly_personal_address_book
  2082. 2 personal folders=_mapi1book_gly_personal_folders
  2083. 2 personal form library=_mapi1book_gly_personal_form_library
  2084. 2 personal message store=_mapi1book_gly_personal_message_store
  2085. 2 post=_mapi1book_gly_post
  2086. 2 primary identity=_mapi1book_gly_primary_identity
  2087. 2 probe=_mapi1book_gly_probe
  2088. 2 profile=_mapi1book_gly_profile
  2089. 2 profile name=_mapi1book_gly_profile_name
  2090. 2 profile section=_mapi1book_gly_profile_section
  2091. 2 profile table=_mapi1book_gly_profile_table
  2092. 2 property=_mapi1book_gly_property
  2093. 2 property identifier=_mapi1book_gly_property_identifier
  2094. 2 property page=_mapi1book_gly_property_page
  2095. 2 property set=_mapi1book_gly_property_set
  2096. 2 property sheet=_mapi1book_gly_property_sheet
  2097. 2 property tag=_mapi1book_gly_property_tag
  2098. 2 property type=_mapi1book_gly_property_type
  2099. 2 property value=_mapi1book_gly_property_value
  2100. 2 provider=_mapi1book_gly_provider
  2101. 2 provider table=_mapi1book_gly_provider_table
  2102. 2 proxy address=_mapi1book_gly_proxy_address
  2103. 2 PST=_mapi1book_gly_PST
  2104. 2 public folder=_mapi1book_gly_public_folder
  2105. 2 R=_mapi1book_R
  2106. 2 read flag=_mapi1book_gly_read_flag
  2107. 2 read notification=_mapi1book_gly_read_notification
  2108. 2 read receipt=_mapi1book_gly_read_receipt
  2109. 2 read report=_mapi1book_gly_read_report
  2110. 2 receive folder=_mapi1book_gly_receive_folder
  2111. 2 recipient=_mapi1book_gly_recipient
  2112. 2 recipient list=_mapi1book_gly_recipient_list
  2113. 2 recipient table=_mapi1book_gly_recipient_table
  2114. 2 record key=_mapi1book_gly_record_key
  2115. 2 registration=_mapi1book_gly_registration
  2116. 2 registry provider=_mapi1book_gly_registry_provider
  2117. 2 report=_mapi1book_gly_report
  2118. 2 resolution=_mapi1book_gly_resolution
  2119. 2 resolved recipient=_mapi1book_gly_resolved_recipient
  2120. 2 restriction=_mapi1book_gly_restriction
  2121. 2 root folder=_mapi1book_gly_root_folder
  2122. 2 rule=_mapi1book_gly_rule
  2123. 2 S=_mapi1book_S
  2124. 2 search key=_mapi1book_gly_search_key
  2125. 2 search-results folder=_mapi1book_gly_search_results_folder
  2126. 2 section=_mapi1book_gly_section
  2127. 2 secure property=_mapi1book_gly_secure_property
  2128. 2 Sent Items folder=_mapi1book_gly_Sent_Items_folder
  2129. 2 service provider=_mapi1book_gly_service_provider
  2130. 2 service provider interface=_mapi1book_gly_service_provider_interface
  2131. 2 session=_mapi1book_gly_session
  2132. 2 session handle=_mapi1book_gly_session_handle
  2133. 2 shared session=_mapi1book_gly_shared_session
  2134. 2 short-term entry identifier=_mapi1book_gly_short_term_entry_identifier
  2135. 2 Simple Mail Transfer Protocol=_mapi1book_gly_Simple_Mail_Transfer_Protocol
  2136. 2 Simple MAPI=_mapi1book_gly_Simple_MAPI
  2137. 2 single-valued property=_mapi1book_gly_single_valued_property
  2138. 2 site=_mapi1book_gly_site
  2139. 2 SPI=_mapi1book_gly_SPI
  2140. 2 spooler=_mapi1book_gly_spooler
  2141. 2 spooler hook=_mapi1book_gly_spooler_hook
  2142. 2 standard contents table=_mapi1book_gly_standard_contents_table
  2143. 2 status table=_mapi1book_gly_status_table
  2144. 2 store-and-forward messaging=_mapi1book_gly_store_and_forward_messaging
  2145. 2 subscription=_mapi1book_gly_subscription
  2146. 2 support object=_mapi1book_gly_support_object
  2147. 2 T=_mapi1book_T
  2148. 2 table=_mapi1book_gly_table
  2149. 2 Telephony Application Programming Interface=_mapi1book_gly_Telephony_Application_Programming_Interface
  2150. 2 template=_mapi1book_gly_template
  2151. 2 template identifier=_mapi1book_gly_template_identifier
  2152. 2 tightly coupled=_mapi1book_gly_tightly_coupled
  2153. 2 TNEF=_mapi1book_gly_TNEF
  2154. 2 transmittable property=_mapi1book_gly_transmittable_property
  2155. 2 Transport-Neutral Encapsulation Format=_mapi1book_gly_Transport_Neutral_Encapsulation_Format
  2156. 2 transport provider=_mapi1book_gly_transport_provider
  2157. 2 U=_mapi1book_U
  2158. 2 Unicode=_mapi1book_gly_Unicode
  2159. 2 uninitialized state=_mapi1book_gly_uninitialized_state
  2160. 2 unresolved recipient=_mapi1book_gly_unresolved_recipient
  2161. 2 V=_mapi1book_V
  2162. 2 verb=_mapi1book_gly_verb
  2163. 2 view=_mapi1book_gly_view
  2164. 2 view context=_mapi1book_gly_view_context
  2165. 2 view descriptor=_mapi1book_gly_view_descriptor
  2166. 2 W=_mapi1book_W
  2167. 2 wastebasket=_mapi1book_gly_wastebasket
  2168. 2 Windows Messaging System=_mapi1book_gly_Windows_Messaging_System
  2169. 2 X=_mapi1book_X
  2170. 2 X.400=_mapi1book_gly_X.400
  2171. 2 X.435=_mapi1book_gly_X.435
  2172. 2 X.500=_mapi1book_gly_X.500
  2173. 2 XAPIA=_mapi1book_gly_XAPIA
  2174. 1 Legal Information
  2175. 2 Legal Information=_olemsg_Legal_Information
  2176. 1 Introduction
  2177. 2 Introduction=_olemsg_Introduction
  2178. 2 Quick Start=_olemsg_Quick_Start
  2179. 2 About Installation=_olemsg_About_Installation
  2180. 2 About This Guide=_olemsg_About_This_Guide
  2181. 1 MAPI Overview
  2182. 2 Overview=_olemsg_Overview
  2183. 2 Introduction to MAPI=_olemsg_Introduction_to_MAPI
  2184. 2 MAPI Programming Interfaces=_olemsg_MAPI_Programming_Interfaces
  2185. 2 MAPI Custom Controls and the OLE Messaging Library=_olemsg_MAPI_Custom_Controls_and_the_OLE_Messaging_Library
  2186. 2 MAPI Functions and the OLE Messaging Library=_olemsg_MAPI_Functions_and_the_OLE_Messaging_Library
  2187. 2 Introduction to OLE Automation=_olemsg_Introduction_to_OLE_Automation
  2188. 2 OLE Messaging Library Object Design=_olemsg_OLE_Messaging_Library_Object_Design
  2189. 2 High-Level Objects=_olemsg_HighLevel_Objects
  2190. 2 High-Level Objects and Child Objects=_olemsg_HighLevel_Objects_and_Child_Objects
  2191. 2 Object Collections=_olemsg_Object_Collections
  2192. 1 Programming Tasks
  2193. 2 Programming Tasks=_olemsg_Programming_Tasks
  2194. 2 Accessing Folders=_olemsg_Accessing_Folders
  2195. 2 Adding Attachments to a Message=_olemsg_Adding_Attachments_To_A_Message
  2196. 2 Changing an Existing Address Entry=_olemsg_Changing_An_Existing_Address_Entry
  2197. 2 Checking for New Mail=_olemsg_Checking_For_New_Mail
  2198. 2 Copying a Message to Another Folder=_olemsg_Copying_a_Message_to_Another_Folder
  2199. 2 Creating and Sending a Message=_olemsg_Creating_and_Sending_a_Message
  2200. 2 Customizing a Folder or Message=_olemsg_Customizing_A_Folder_or_Message
  2201. 2 Deleting a Message=_olemsg_Deleting_a_Message
  2202. 2 Handling Errors=_olemsg_Handling_Errors
  2203. 2 Improving Application Performance=_olemsg_Improving_Application_Performance
  2204. 2 Making Sure the Message Gets There=_olemsg_Making_Sure_The_Message_Gets_There
  2205. 2 Moving a Message to Another Folder=_olemsg_Moving_a_Message_to_Another_Folder
  2206. 2 Posting Messages to a Public Folder=_olemsg_Posting_Messages_To_A_Public_Folder
  2207. 2 Reading a Message from the Inbox=_olemsg_Reading_A_Message_From_the_Inbox
  2208. 2 Searching for a Folder=_olemsg_Searching_For_A_Folder
  2209. 2 Searching for a Message=_olemsg_Searching_For_A_Message
  2210. 2 Securing Messages=_olemsg_Securing_Messages
  2211. 2 Selecting Recipients from the Address Book=_olemsg_Selecting_Recipients_From_the_Address_Book
  2212. 2 Starting a Session with MAPI=_olemsg_Starting_A_Session_with_MAPI
  2213. 2 Using Addresses=_olemsg_Using_Addresses
  2214. 2 Viewing MAPI Properties=_olemsg_Viewing_MAPI_Properties
  2215. 2 Working with Conversations=_olemsg_Working_With_Conversations
  2216. 1 Objects, Properties, and Methods
  2217. 2 Objects, Properties, and Methods=_olemsg_Objects.2c_.Properties.2c_.and_Methods
  2218. 2 All OLE Messaging Library Objects=_olemsg_All_OLE_Messaging_Library_Objects
  2219. 2 Application Property=_olemsg_Application_Property
  2220. 2 Class Property=_olemsg_Class_Property
  2221. 2 Parent Property=_olemsg_Parent_Property
  2222. 2 Session Property=_olemsg_Session_Property
  2223. 2 AddressEntry Object=_olemsg_AddressEntry_Object
  2224. 2 Address Property (AddressEntry Object)=_olemsg_Address_Property_AddressEntry
  2225. 2 Delete Method (AddressEntry Object)=_olemsg_Delete_Method_AddressEntry
  2226. 2 Details Method (AddressEntry Object)=_olemsg_Details_Method_AddressEntry
  2227. 2 DisplayType Property (AddressEntry Object)=_olemsg_DisplayType_Property_AddressEntry
  2228. 2 Fields Property (AddressEntry Object)=_olemsg_Fields_Property_AddressEntry
  2229. 2 ID Property (AddressEntry Object)=_olemsg_ID_Property_AddressEntry
  2230. 2 Name Property (AddressEntry Object)=_olemsg_Name_Property_AddressEntry
  2231. 2 Type Property (AddressEntry Object)=_olemsg_Type_Property_AddressEntry
  2232. 2 Update Method (AddressEntry Object)=_olemsg_Update_Method_AddressEntry
  2233. 2 Attachment Object=_olemsg_Attachment_Object
  2234. 2 Delete Method (Attachment Object)=_olemsg_Delete_Method_Attachment
  2235. 2 Index Property (Attachment Object)=_olemsg_Index_Property_Attachment
  2236. 2 Name Property (Attachment Object)=_olemsg_Name_Property_Attachment
  2237. 2 Position Property (Attachment Object)=_olemsg_Position_Property_Attachment
  2238. 2 ReadFromFile Method (Attachment Object)=_olemsg_ReadFromFile_Method_Attachment
  2239. 2 Source Property (Attachment Object)=_olemsg_Source_Property_Attachment
  2240. 2 Type Property (Attachment Object)=_olemsg_Type_Property_Attachment
  2241. 2 WriteToFile Method (Attachment Object)=_olemsg_WriteToFile_Method_Attachment
  2242. 2 Attachments Collection Object=_olemsg_Attachments_Collection_Object
  2243. 2 Add Method (Attachments Collection)=_olemsg_Add_Method_Attachments_Collection
  2244. 2 Count Property (Attachments Collection)=_olemsg_Count_Property_Attachments_Collection
  2245. 2 Delete Method (Attachments Collection)=_olemsg_Delete_Method_Attachments_Collection
  2246. 2 Item Property (Attachments Collection)=_olemsg_Item_Property_Attachments_Collection
  2247. 2 Field Object=_olemsg_Field_Object
  2248. 2 Delete Method (Field Object)=_olemsg_Delete_Method_Field
  2249. 2 ID Property (Field Object)=_olemsg_ID_Property_Field
  2250. 2 Index Property (Field Object)=_olemsg_Index_Property_Field
  2251. 2 Name Property (Field Object)=_olemsg_Name_Property_Field
  2252. 2 ReadFromFile Method (Field Object)=_olemsg_ReadFromFile_Method_Field
  2253. 2 Type Property (Field Object)=_olemsg_Type_Property_Field
  2254. 2 Value Property (Field Object)=_olemsg_Value_Property_Field
  2255. 2 WriteToFile Method (Field Object)=_olemsg_WriteToFile_Method_Field
  2256. 2 Fields Collection Object=_olemsg_Fields_Collection_Object
  2257. 2 Add Method (Fields Collection)=_olemsg_Add_Method_Fields_Collection
  2258. 2 Count Property (Fields Collection)=_olemsg_Count_Property_Fields_Collection
  2259. 2 Delete Method (Fields Collection)=_olemsg_Delete_Method_Fields_Collection
  2260. 2 Item Property (Fields Collection)=_olemsg_Item_Property_Fields_Collection
  2261. 2 SetNamespace Method (Fields Collection)=_olemsg_SetNamespace_Method_Fields_Collection
  2262. 2 Folder Object=_olemsg_Folder_Object
  2263. 2 Fields Property (Folder Object)=_olemsg_Fields_Property_Folder
  2264. 2 FolderID Property (Folder Object)=_olemsg_FolderID_Property_Folder
  2265. 2 Folders Property (Folder Object)=_olemsg_Folders_Property_Folder
  2266. 2 ID Property (Folder Object)=_olemsg_ID_Property_Folder
  2267. 2 MAPIOBJECT Property (Folder Object)=_olemsg_MAPIOBJECT_Property_Folder
  2268. 2 Messages Property (Folder Object)=_olemsg_Messages_Property_Folder
  2269. 2 Name Property (Folder Object)=_olemsg_Name_Property_Folder
  2270. 2 StoreID Property (Folder Object)=_olemsg_StoreID_Property_Folder
  2271. 2 Update Method (Folder Object)=_olemsg_Update_Method_Folder
  2272. 2 Folders Collection Object=_olemsg_Folders_Collection_Object
  2273. 2 GetFirst Method (Folders Collection)=_olemsg_GetFirst_Method_Folders_Collection
  2274. 2 GetLast Method (Folders Collection)=_olemsg_GetLast_Method_Folders_Collection
  2275. 2 GetNext Method (Folders Collection)=_olemsg_GetNext_Method_Folders_Collection
  2276. 2 GetPrevious Method (Folders Collection)=_olemsg_GetPrevious_Method_Folders_Collection
  2277. 2 InfoStore Object=_olemsg_InfoStore_Object
  2278. 2 ID Property (InfoStore Object)=_olemsg_ID_Property_InfoStore
  2279. 2 Index Property (InfoStore Object)=_olemsg_Index_Property_InfoStore
  2280. 2 Name Property (InfoStore Object)=_olemsg_Name_Property_InfoStore
  2281. 2 ProviderName Property (InfoStore Object)=_olemsg_ProviderName_Property_InfoStore
  2282. 2 RootFolder Property (InfoStore Object)=_olemsg_RootFolder_Property_InfoStore
  2283. 2 InfoStores Collection Object=_olemsg_InfoStores_Collection_Object
  2284. 2 Count Property (InfoStores Collection)=_olemsg_Count_Property_InfoStores_Collection
  2285. 2 Item Property (InfoStores Collection)=_olemsg_Item_Property_InfoStores_Collection
  2286. 2 Message Object=_olemsg_Message_Object
  2287. 2 Attachments Property (Message Object)=_olemsg_Attachments_Property_Message
  2288. 2 Conversation Property (Message Object)=_olemsg_Conversation_Property_Message
  2289. 2 ConversationIndex Property (Message Object)=_olemsg_ConversationIndex_Property_Message
  2290. 2 ConversationTopic Property (Message Object)=_olemsg_ConversationTopic_Property_Message
  2291. 2 Delete Method (Message Object)=_olemsg_Delete_Method_Message
  2292. 2 DeliveryReceipt Property (Message Object)=_olemsg_DeliveryReceipt_Property_Message
  2293. 2 Encrypted Property (Message Object)=_olemsg_Encrypted_Property_Message
  2294. 2 Fields Property (Message Object)=_olemsg_Fields_Property_Message
  2295. 2 FolderID Property (Message Object)=_olemsg_FolderID_Property_Message
  2296. 2 ID Property (Message Object)=_olemsg_ID_Property_Message
  2297. 2 Importance Property (Message Object)=_olemsg_Importance_Property_Message
  2298. 2 MAPIOBJECT Property (Message Object)=_olemsg_MAPIOBJECT_Property_Message
  2299. 2 Options Method (Message Object)=_olemsg_Options_Method_Message
  2300. 2 ReadReceipt Property (Message Object)=_olemsg_ReadReceipt_Property_Message
  2301. 2 Recipients Property (Message Object)=_olemsg_Recipients_Property_Message
  2302. 2 Send Method (Message Object)=_olemsg_Send_Method_Message
  2303. 2 Sender Property (Message Object)=_olemsg_Sender_Property_Message
  2304. 2 Sent Property (Message Object)=_olemsg_Sent_Property_Message
  2305. 2 Signed Property (Message Object)=_olemsg_Signed_Property_Message
  2306. 2 Size Property (Message Object)=_olemsg_Size_Property_Message
  2307. 2 StoreID Property (Message Object)=_olemsg_StoreID_Property_Message
  2308. 2 Subject Property (Message Object)=_olemsg_Subject_Property_Message
  2309. 2 Submitted Property (Message Object)=_olemsg_Submitted_Property_Message
  2310. 2 Text Property (Message Object)=_olemsg_Text_Property_Message
  2311. 2 TimeReceived Property (Message Object)=_olemsg_TimeReceived_Property_Message
  2312. 2 TimeSent Property (Message Object)=_olemsg_TimeSent_Property_Message
  2313. 2 Type Property (Message Object)=_olemsg_Type_Property_Message
  2314. 2 Unread Property (Message Object)=_olemsg_Unread_Property_Message
  2315. 2 Update Method (Message Object)=_olemsg_Update_Method_Message
  2316. 2 Messages Collection Object=_olemsg_Messages_Collection_Object
  2317. 2 Add Method (Messages Collection)=_olemsg_Add_Method_Messages_Collection
  2318. 2 Delete Method (Messages Collection)=_olemsg_Delete_Method_Messages_Collection
  2319. 2 GetFirst Method (Messages Collection)=_olemsg_GetFirst_Method_Messages_Collection
  2320. 2 GetLast Method (Messages Collection)=_olemsg_GetLast_Method_Messages_Collection
  2321. 2 GetNext Method (Messages Collection)=_olemsg_GetNext_Method_Messages_Collection
  2322. 2 GetPrevious Method (Messages Collection)=_olemsg_GetPrevious_Method_Messages_Collection
  2323. 2 Sort Method (Messages Collection)=_olemsg_Sort_Method_Messages_Collection
  2324. 2 Recipient Object=_olemsg_Recipient_Object
  2325. 2 Address Property (Recipient Object)=_olemsg_Address_Property_Recipient
  2326. 2 AddressEntry Property (Recipient Object)=_olemsg_AddressEntry_Property_Recipient
  2327. 2 Delete Method (Recipient Object)=_olemsg_Delete_Method_Recipient
  2328. 2 DisplayType Property (Recipient Object)=_olemsg_DisplayType_Property_Recipient
  2329. 2 Index Property (Recipient Object)=_olemsg_Index_Property_Recipient
  2330. 2 Name Property (Recipient Object)=_olemsg_Name_Property_Recipient
  2331. 2 Resolve Method (Recipient Object)=_olemsg_Resolve_Method_Recipient
  2332. 2 Type Property (Recipient Object)=_olemsg_Type_Property_Recipient
  2333. 2 Recipients Collection Object=_olemsg_Recipients_Collection_Object
  2334. 2 Add Method (Recipients Collection)=_olemsg_Add_Method_Recipients_Collection
  2335. 2 Count Property (Recipients Collection)=_olemsg_Count_Property_Recipients_Collection
  2336. 2 Delete Method (Recipients Collection)=_olemsg_Delete_Method_Recipients_Collection
  2337. 2 Item Property (Recipients Collection)=_olemsg_Item_Property_Recipients_Collection
  2338. 2 Resolve Method (Recipients Collection)=_olemsg_Resolve_Method_Recipients_Collection
  2339. 2 Resolved Property (Recipients Collection)=_olemsg_Resolved_Property_Recipients_Collection
  2340. 2 Session Object=_olemsg_Session_Object
  2341. 2 AddressBook Method (Session Object)=_olemsg_AddressBook_Method_Session
  2342. 2 CurrentUser Property (Session Object)=_olemsg_CurrentUser_Property_Session
  2343. 2 GetAddressEntry Method (Session Object)=_olemsg_GetAddressEntry_Method_Session
  2344. 2 GetFolder Method (Session Object)=_olemsg_GetFolder_Method_Session
  2345. 2 GetInfoStore Method (Session Object)=_olemsg_GetInfoStore_method_Session
  2346. 2 GetMessage Method (Session Object)=_olemsg_GetMessage_Method_Session
  2347. 2 Inbox Property (Session Object)=_olemsg_Inbox_Property_Session
  2348. 2 InfoStores Property (Session Object)=_olemsg_InfoStores_Property_Session
  2349. 2 Logoff Method (Session Object)=_olemsg_Logoff_Method_Session
  2350. 2 Logon Method (Session Object)=_olemsg_Logon_Method_Session
  2351. 2 MAPIOBJECT Property (Session Object)=_olemsg_MAPIOBJECT_Property_Session
  2352. 2 Name Property (Session Object)=_olemsg_Name_Property_Session
  2353. 2 OperatingSystem Property (Session Object)=_olemsg_OperatingSystem_Property_Session
  2354. 2 Outbox Property (Session Object)=_olemsg_Outbox_Property_Session
  2355. 2 Version Property (Session Object)=_olemsg_Version_Property_Session
  2356.